Update nodemgmt-scripts.sh
This commit is contained in:
@@ -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}
|
||||
|
||||
Reference in New Issue
Block a user