Skip to content

Commit b8086ff

Browse files
authored
Switch mkdir
1 parent 2cf44e9 commit b8086ff

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

ct/wallos.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -63,7 +63,7 @@ if [[ ! -f /opt/${APP}_version.txt ]] || [[ "${RELEASE}" != "$(cat /opt/${APP}_v
6363
msg_info "Updating ${APP} to ${RELEASE}"
6464
cd /opt
6565
wget -q "https://github.com/ellite/Wallos/archive/refs/tags/v${RELEASE}.zip"
66-
mkdir -p /opt/uploads
66+
mkdir -p /opt/uploads_backup
6767
if [ -f "/opt/wallos/db/wallos.db" ]; then
6868
mv "/opt/wallos/db/wallos.db" "/opt/wallos.db"
6969
fi

0 commit comments

Comments
 (0)