Update nodemgmt-scripts.sh

This commit is contained in:
2019-02-05 09:19:05 -06:00
parent a763cec633
commit b50e676f7b

View File

@@ -139,7 +139,7 @@ LISTCERTS(){
}
BACKUP(){
BACKUP_FOLDER=/opt/idssys/backups/node-backups/${NODE_HOSTNAME}/`date +%Y-%m-%d`/`date +%H-%M`
echo -e "${idsCL[Green}Backing up Node Settings and Files'...${idsCL[Default]}"
echo -e "${idsCL[Green]}Backing up Node Settings and Files...${idsCL[Default]}"
echo ""
if [ ! -d ${BACKUP_FOLDER} ]; then
mkdir -p ${BACKUP_FOLDER}