update
This commit is contained in:
@@ -20,7 +20,7 @@ do_with_root set -eu
|
||||
if [ ! -d "/opt/idssys/settings" ]; then
|
||||
do_with_root mkdir /opt/idssys/settings
|
||||
fi
|
||||
do_with_root git clon https://git.schroedercity.com/voltron/MySQL-BU.git /opt/idssys/mysqlbu
|
||||
do_with_root git clone https://git.schroedercity.com/voltron/MySQL-BU.git /opt/idssys/mysqlbu
|
||||
do_with_root ln -s /opt/idssys/mysqlbu/run.sh /usr/local/bin/mysqlbu
|
||||
echo -e "BACKUP_PATH='/var/lib/mysql-backups/'
|
||||
MYSQLUSER=''
|
||||
@@ -31,7 +31,7 @@ BACKUPSTOKEEP=3
|
||||
|
||||
if [ ! -d "/opt/idssys/defaults" ]; then
|
||||
do_with_root set -eu
|
||||
do_with_root git clone https://git.schroedercity.com:voltron/iDS-Defaults.git /opt/idssys/defaults
|
||||
do_with_root git clone https://git.schroedercity.com/voltron/iDS-Defaults.git /opt/idssys/defaults
|
||||
fi
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user