Explorar o código

removed -v option from touch

Daniel Gibbs %!s(int64=9) %!d(string=hai) anos
pai
achega
ae6338f5ed
Modificáronse 1 ficheiros con 1 adicións e 1 borrados
  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