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 2cf44e9 commit b8086ffCopy full SHA for b8086ff
ct/wallos.sh
@@ -63,7 +63,7 @@ if [[ ! -f /opt/${APP}_version.txt ]] || [[ "${RELEASE}" != "$(cat /opt/${APP}_v
63
msg_info "Updating ${APP} to ${RELEASE}"
64
cd /opt
65
wget -q "https://github.com/ellite/Wallos/archive/refs/tags/v${RELEASE}.zip"
66
- mkdir -p /opt/uploads
+ mkdir -p /opt/uploads_backup
67
if [ -f "/opt/wallos/db/wallos.db" ]; then
68
mv "/opt/wallos/db/wallos.db" "/opt/wallos.db"
69
fi
0 commit comments