Sfoglia il codice sorgente

removed -v option from touch

Daniel Gibbs 9 anni fa
parent
commit
ae6338f5ed
1 ha cambiato i file con 1 aggiunte e 1 eliminazioni
  1. 1 1
      lgsm/functions/install_logs.sh

+ 1 - 1
lgsm/functions/install_logs.sh

@@ -33,7 +33,7 @@ else
 	fn_print_ok_eol_nl
 fi
 echo -ne "creating LinuxGSM log: ${lgsmlog}..."
-touch -v "${lgsmlog}"
+touch "${lgsmlog}"
 if [ $? -ne 0 ]; then
 	fn_print_fail_eol_nl
 	core_exit.sh