From 142e79354208843285091ae0e57d9a857f320175 Mon Sep 17 00:00:00 2001 From: gau1991 Date: Mon, 13 Oct 2014 14:28:54 +0530 Subject: [PATCH] Fixed Typo --- bin/update | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/bin/update b/bin/update index bd5cd422..4200a0c7 100644 --- a/bin/update +++ b/bin/update @@ -485,7 +485,7 @@ if [[ $EE_CURRENT_VERSION < $EE_LATEST_VERSION ]]; then local ee_random=$(cat /dev/urandom | tr -dc 'a-zA-Z0-9' | fold -w 7 | head -n1) if [ ! -f /var/www/22222/htdocs/db/pma/config.inc.php ]; then - cp -v /var/www/22222/htdocs/db/pma/config.sample.inc.php /var/www/22222/htdocs/db/pma/config.inc.php &>> $EE_COMMAND_LOG + cp -v /var/www/22222/htdocs/db/pma/config.sample.inc.php /var/www/22222/htdocs/db/pma/config.inc.php &>> $EE_COMMAND_LOG \ || ee_lib_error "Unable to setup phpMyAdmin, exit status = " $? fi