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 70ae130 commit c1313f1Copy full SHA for c1313f1
ct/alpine-garage.sh
@@ -60,8 +60,8 @@ EOF
60
msg_ok "Stopped Service"
61
62
msg_info "Backing Up Data"
63
- cp /usr/local/bin/garage /usr/local/bin/garage.old 2>/dev/null
64
- cp /etc/garage.toml /etc/garage.toml.bak 2>/dev/null
+ cp /usr/local/bin/garage /usr/local/bin/garage.old
+ cp /etc/garage.toml /etc/garage.toml.bak
65
msg_ok "Backed Up Data"
66
67
msg_info "Updating Garage"
0 commit comments