Skip to content

Commit

Permalink
fix unbound in abort
Browse files Browse the repository at this point in the history
  • Loading branch information
ipitio authored Jul 2, 2023
1 parent 2ac8d69 commit 292988e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion mod.sh
Original file line number Diff line number Diff line change
Expand Up @@ -183,7 +183,7 @@ restore() {

abort() {
echo "$(date) - Process Aborted" | sudo tee -a /var/log/pimod.log
case $1 in
case ${1-} in
up | un | db)
restore mod
;;
Expand Down

0 comments on commit 292988e

Please sign in to comment.