We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents adbad48 + c130613 commit 44d1d06Copy full SHA for 44d1d06
templates/docker-monolithic/upgrade.sh
@@ -77,9 +77,6 @@ backup() {
77
return
78
fi
79
80
- time_now=$(date +"%d-%m-%Y-%H:%M:%S")
81
- cp -n docker-compose.yml "docker-compose.backup-${time_now}.yml"
82
-
83
bash <(curl -fLsS https://raw.githubusercontent.com/supportpal/helpdesk-install/5.x/templates/docker-monolithic/backup.sh)
84
}
85
0 commit comments