Fixed DB-name configuration
This commit is contained in:
2
conf.sh
2
conf.sh
@@ -41,7 +41,7 @@ fi
|
||||
# Backup-util Site Setup #
|
||||
##############################
|
||||
|
||||
if [ -z ${db_suffix+x} ]; then db_suffix=`expr $(ls -l /var/www | grep -c ^d)`;fi
|
||||
if [ -z ${db_suffix+x} ]; then db_suffix=`expr $(ls -l /var/www | grep -c ^d) - 1`;fi
|
||||
wget -q -t7 "$mrepo"/raw/branch/"$mbranch"/config/Motd/50-bckupnotice -O /etc/update-motd.d/50-bckupnotice
|
||||
chmod +x /etc/update-motd.d/50-bckupnotice
|
||||
|
||||
|
||||
Reference in New Issue
Block a user