Requiring sudo for wiki sql extract

This commit is contained in:
Marwolf
2018-07-13 22:27:25 -04:00
parent b9623ee6b1
commit 2f6c1825c8

View File

@@ -326,7 +326,7 @@ elif [ "$choice" == "3" ]; then
echo ""
echo "Extracting the Wiki database."
echo ""
unzip -o Website/Wiki/openrsc_wiki.sql.zip -d Website/Wiki
sudo unzip -o Website/Wiki/openrsc_wiki.sql.zip -d Website/Wiki
echo ""
echo ""
echo "Creating the client cache in your home folder."