Jelajahi Sumber

removed -v option from touch

Daniel Gibbs 9 tahun lalu
induk
melakukan
ae6338f5ed
1 mengubah file dengan 1 tambahan dan 1 penghapusan
  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
 	fn_print_ok_eol_nl
 fi
 fi
 echo -ne "creating LinuxGSM log: ${lgsmlog}..."
 echo -ne "creating LinuxGSM log: ${lgsmlog}..."
-touch -v "${lgsmlog}"
+touch "${lgsmlog}"
 if [ $? -ne 0 ]; then
 if [ $? -ne 0 ]; then
 	fn_print_fail_eol_nl
 	fn_print_fail_eol_nl
 	core_exit.sh
 	core_exit.sh