Преглед изворни кода

removed -v option from touch

Daniel Gibbs пре 9 година
родитељ
комит
ae6338f5ed
1 измењених фајлова са 1 додато и 1 уклоњено
  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