Skip to content

Commit

Permalink
Revert "Update upgrade.sh"
Browse files Browse the repository at this point in the history
This reverts commit 8a2db94.
  • Loading branch information
bytestream committed Oct 25, 2024
1 parent 8a2db94 commit 1746234
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion templates/docker-monolithic/upgrade.sh
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,7 @@ check_docker_compose() {

backup_config() {
time_now=$(date +"%d-%m-%Y-%H:%M:%S")
cp --update=none docker-compose.yml "docker-compose.backup-${time_now}.yml"
cp -n docker-compose.yml "docker-compose.backup-${time_now}.yml"
}

update_compose_files() {
Expand Down

0 comments on commit 1746234

Please sign in to comment.