From 636826d89f1663d03313c0a0c26089002ebc9cee Mon Sep 17 00:00:00 2001 From: David Schroeder Date: Sun, 3 Feb 2019 11:38:24 -0600 Subject: [PATCH] Update install-multicraft.sh --- install-multicraft.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/install-multicraft.sh b/install-multicraft.sh index 442ac1f..fe19c86 100755 --- a/install-multicraft.sh +++ b/install-multicraft.sh @@ -21,7 +21,7 @@ export DaemonPassword=`cat /dev/urandom | tr -dc A-Za-z0-9 | dd bs=25 count=1 2> export AdminPassword=`cat /dev/urandom | tr -dc A-Za-z0-9 | dd bs=25 count=1 2>/dev/null` export BlowFish=`cat /dev/urandom | tr -dc A-Za-z0-9 | dd bs=32 count=1 2>/dev/null` -MYSQLPARAM='mysql -h 10.5.10.56 -P 3307 -u root -pDc\$@54115' +MYSQLPARAM='mysql -h 10.5.10.56 -P 3307 -u root -pDc$@54115' ${APTFUNC} -y purge `dpkg -l | grep php| awk '{print $2}' |tr "\n" " "` ${APTFUNC} install -y language-pack-en-base