Skip to content

Commit 8892653

Browse files
authored
And more mistake
1 parent 81f73bc commit 8892653

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

Backend/web.sh

+2-1
Original file line numberDiff line numberDiff line change
@@ -77,10 +77,11 @@ do
7777
wget https://buzzzy.co/Hub/ServerSetup/Scripts/Flarum.sh
7878
chmod 770 ./Flarum.sh
7979
./Flarum.sh
80+
;;
8081
"phpBB")
8182
wget https://buzzzy.co/Hub/ServerSetup/Scripts/phpBB.sh
8283
chmod 770 ./phpBB.sh
8384
./phpBB.sh
8485
*) echo invalid option;;
8586
esac
86-
done
87+
done

0 commit comments

Comments
 (0)