Browse Source

comment

pull/1326/head
UltimateByte 8 years ago
committed by GitHub
parent
commit
c9db31d17c
  1. 2
      lgsm/functions/install_logs.sh

2
lgsm/functions/install_logs.sh

@ -14,7 +14,7 @@ if [ "${checklogs}" != "1" ]; then
echo "================================="
fi
sleep 1
# Create dirs for script and console logs
# Create script and console log directories
mkdir -v "${rootdir}/log"
mkdir -v "${scriptlogdir}"
touch "${scriptlog}"

Loading…
Cancel
Save