remove mysql

This commit is contained in:
2019-01-29 11:03:49 -06:00
parent fdce140c72
commit a39e1c6e89
3 changed files with 8 additions and 16 deletions

4
run.sh
View File

@@ -6,10 +6,6 @@ source /opt/idssys/defaults/default.inc
source /opt/idssys/nodemgmt/settings.conf
source /opt/idssys/nodemgmt/defaults.inc
NODE_SERVICES=mysql,nginx,gitea,haproxy,keepalived,maxscale
IFS=,
NODE_SERVICES=(${NODE_SERVICES})
unset IFS
if [ "$1" != "service" ] && [ "$1" != "status" ]; then
echo ""