another typo

This commit is contained in:
Daniel Hansson 2017-03-02 18:56:13 +01:00 committed by GitHub
parent b811c8590a
commit 727bb06f98

View File

@ -556,7 +556,7 @@ NCDB=nextcloud_db
PW_FILE=/var/mysql_password.txt
echo
echo "Enabling UTF8mb4 support on $NCDB...."
echo "Please be paitent, it may take a while."
echo "Please be patient, it may take a while."
sudo /etc/init.d/mysql restart
RESULT="mysqlshow --user=root --password=$(cat $PW_FILE) $NCDB| grep -v Wildcard | grep -o $NCDB"
if [ "$RESULT" == "$NCDB" ]; then