We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c9abce2 commit 70ae130Copy full SHA for 70ae130
ct/garage.sh
@@ -56,8 +56,8 @@ EOF
56
msg_ok "Stopped Garage Service"
57
58
msg_info "Backing Up Data"
59
- cp /usr/local/bin/garage /usr/local/bin/garage.old 2>/dev/null || true
60
- cp /etc/garage.toml /etc/garage.toml.bak 2>/dev/null || true
+ cp /usr/local/bin/garage /usr/local/bin/garage.old
+ cp /etc/garage.toml /etc/garage.toml.bak
61
msg_ok "Backed Up Data"
62
63
msg_info "Updating Garage"
0 commit comments