Browse Source

dev

pull/1123/head
Daniel Gibbs 9 years ago
parent
commit
2c9eabb178
  1. 2
      lgsm/functions/install_config.sh

2
lgsm/functions/install_config.sh

@ -56,8 +56,6 @@ fn_default_config_remote(){
cp -v "${lgsmdir}/default-configs/${config}" "${servercfgdir}/${config}"
fi
done
# the main config is renamed to the script default
cp -v "${servercfgdefault}" "${servercfgfullpath}"
sleep 1
}

Loading…
Cancel
Save