From ad1010a92e47f1930b326ed70290008d8ee4a685 Mon Sep 17 00:00:00 2001 From: Saeed Vaziry <mr.saeedvaziry@gmail.com> Date: Sun, 6 Aug 2023 22:45:46 +0200 Subject: [PATCH] fix installation --- install/install.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/install/install.sh b/install/install.sh index ddec98a..3fc4645 100644 --- a/install/install.sh +++ b/install/install.sh @@ -127,7 +127,7 @@ mysql -e "GRANT ALL PRIVILEGES ON ${V_DB_NAME}.* TO '${V_DB_USER}'@'localhost'" mysql -e "FLUSH PRIVILEGES" # setup website -export V_SSL=1 +export V_SSL=${V_SSL:-1} export COMPOSER_ALLOW_SUPERUSER=1 export V_REPO="https://github.com/vitodeploy/vito.git" export V_VHOST_CONFIG="