Skip to content

Commit

Permalink
Check for update inside the container
Browse files Browse the repository at this point in the history
  • Loading branch information
Actionb committed Aug 2, 2024
1 parent 5c60aab commit 6018db9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion mizdb.sh
Original file line number Diff line number Diff line change
Expand Up @@ -62,7 +62,7 @@ restore() {
}

update() {
if scripts/update_available.py; then
if docker exec -i $app_container scripts/update_available.py; then
read -r -p "Ein Update ist verfügbar. Installieren? [j/n]: "
if [[ ! $REPLY =~ ^[jJyY]$ ]]; then
echo "Abgebrochen."
Expand Down

0 comments on commit 6018db9

Please sign in to comment.