Browse Source

Update command_start.sh

pull/2101/head
Daniel Gibbs 5 years ago
committed by GitHub
parent
commit
b8cd1202de
No known key found for this signature in database GPG Key ID: 4AEE18F83AFDEB23
  1. 5
      lgsm/functions/command_start.sh

5
lgsm/functions/command_start.sh

@ -167,11 +167,6 @@ fn_start_tmux(){
fn_print_dots "${servername}" fn_print_dots "${servername}"
if [ -f /.dockerenv ]; then
# Need to reinstall the config so that the generated config has all the latest env vars set
install_config.sh
fi
check.sh check.sh
# Is the server already started. # Is the server already started.

Loading…
Cancel
Save