Browse Source

space

pull/1882/head
Daniel Gibbs 7 years ago
parent
commit
0fe368fb93
  1. 2
      lgsm/functions/command_start.sh

2
lgsm/functions/command_start.sh

@ -83,7 +83,7 @@ fn_start_tmux(){
if [ -f "${consolelog}" ]; then if [ -f "${consolelog}" ]; then
mv "${consolelog}" "${consolelogdate}" mv "${consolelog}" "${consolelogdate}"
fi fi
# Create lockfile # Create lockfile
date > "${rootdir}/${lockselfname}" date > "${rootdir}/${lockselfname}"
cd "${executabledir}" cd "${executabledir}"

Loading…
Cancel
Save