Skip to content

Commit

Permalink
[Bugfix] Remove Wallos Folder to Update (community-scripts#129)
Browse files Browse the repository at this point in the history
  • Loading branch information
MickLesk authored Nov 8, 2024
1 parent a68f380 commit 5bcbf9b
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions ct/wallos.sh
Original file line number Diff line number Diff line change
Expand Up @@ -67,6 +67,7 @@ if [[ ! -f /opt/${APP}_version.txt ]] || [[ "${RELEASE}" != "$(cat /opt/${APP}_v
wget -q "https://github.com/ellite/Wallos/archive/refs/tags/v${RELEASE}.zip"
mv /opt/wallos/db/wallos.db /opt/wallos.db
unzip -q v${RELEASE}.zip
rm -rf /opt/wallos
mv Wallos-${RELEASE} /opt/wallos
rm -rf /opt/wallos/db/wallos.empty.db
mv /opt/wallos.db /opt/wallos/db/wallos.db
Expand Down

0 comments on commit 5bcbf9b

Please sign in to comment.