Skip to content

Commit 5c2fbfd

Browse files
authored
Update filebrowser.sh
1 parent 54d05d5 commit 5c2fbfd

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

filebrowser.sh

+2-2
Original file line numberDiff line numberDiff line change
@@ -109,7 +109,7 @@ WantedBy=multi-user.target
109109
rm -rf /tmp/Filebrowser
110110
rm -rf /tmp/Filebrowser.tar.gz
111111
}
112-
unistall() {
112+
uninstall() {
113113
if [[ -f /usr/bin/filebrowser && -f /etc/filebrowser/filebrowser.json ]]; then
114114
Filebrowser_pid=$(pgrep "filebrowser")
115115
[ $Filebrowser_pid ] && systemctl stop filebrowser
@@ -147,7 +147,7 @@ while :; do
147147
break
148148
;;
149149
2)
150-
unistall
150+
uninstall
151151
break
152152
;;
153153
*)

0 commit comments

Comments
 (0)