Update nodemgmt-scripts.sh
This commit is contained in:
@@ -603,7 +603,6 @@ BACKUP_OFFSITEPFSENSE(){
|
||||
ln -s "${newBAKFOLDER}-M" "${newBAKFOLDER}-D"
|
||||
elif [ "$(date +%u)" == "${DOW}" ]; then
|
||||
mv ${newBAKFOLDER} "${newBAKFOLDER}-W"
|
||||
echo "${newBAKFOLDER} - ${newBAKFOLDER}-D"
|
||||
ln -s "${newBAKFOLDER}-W" "${newBAKFOLDER}-D"
|
||||
else
|
||||
mv ${newBAKFOLDER} "${newBAKFOLDER}-D"
|
||||
|
||||
Reference in New Issue
Block a user