Skip to content

Commit 47f3813

Browse files
authored
hotfix: missing ;; from case for upgrade
1 parent 4995b8c commit 47f3813

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

sonarr4k.sh

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -117,6 +117,7 @@ while true; do
117117
echo "Sonarr 4K is not installed"
118118
break
119119
fi
120+
;;
120121
"uninstall")
121122
if [[ ! -f "/home/$user/.install/.sonarr4k.lock" ]]; then
122123
echo "Sonarr 4K is not installed."

0 commit comments

Comments
 (0)