Browse Source

removed -v option from touch

pull/1477/head
Daniel Gibbs 8 years ago
parent
commit
ae6338f5ed
  1. 2
      lgsm/functions/install_logs.sh

2
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

Loading…
Cancel
Save