mirror of
https://github.com/nextcloud/vm.git
synced 2025-10-26 11:27:32 +00:00
another typo
This commit is contained in:
parent
b811c8590a
commit
727bb06f98
@ -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
|
||||
|
||||
Loading…
Reference in New Issue
Block a user