oops, forgot to close the update if statement

This commit is contained in:
Brendan Webb 2021-08-22 17:27:43 +10:00
parent dd8c9cca00
commit 812e0167f9
1 changed files with 1 additions and 1 deletions

View File

@ -18,7 +18,7 @@ if [ "$1" = "update" ]; then
mv wpset /bin/wpset
chmod +x /bin/wpset
echo "done."
fi