From 037cda36b2c6d824556da89e7d30683ff1929ea4 Mon Sep 17 00:00:00 2001 From: Walter Date: Wed, 4 Nov 2015 09:17:16 -0500 Subject: [PATCH] formatting --- install.sh | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/install.sh b/install.sh index 48b108bd01..56aa93327d 100755 --- a/install.sh +++ b/install.sh @@ -299,7 +299,7 @@ case $distro in /sbin/service httpd start ##TODO get timezone and set it in file # Set timezone - $tzone=$(grep ZONE /etc/sysconfig/clock); + # $tzone=$(grep ZONE /etc/sysconfig/clock); # if $tzone == @@ -317,7 +317,7 @@ case $distro in #Install / configure composer cd $webdir/$name - echo -n "## Input your MySQL/MariaDB root password: " + echo "## Input your MySQL/MariaDB root password: " mysql -u root -p < $dbsetup curl -sS https://getcomposer.org/installer | php php composer.phar install --no-dev --prefer-source @@ -406,7 +406,7 @@ case $distro in systemctl restart httpd.service ##TODO get timezone and set it in file # Set timezone - $tzone=$(grep ZONE /etc/sysconfig/clock); + # $tzone=$(grep ZONE /etc/sysconfig/clock); # if $tzone == @@ -424,7 +424,7 @@ case $distro in #Install / configure composer cd $webdir/$name - echo -n "## Input your MySQL/MariaDB root password: " + echo "## Input your MySQL/MariaDB root password " mysql -u root -p < $dbsetup curl -sS https://getcomposer.org/installer | php php composer.phar install --no-dev --prefer-source