From d5a41ff69666744addb745d141b601c78c476b3b Mon Sep 17 00:00:00 2001 From: ericgaspar Date: Thu, 22 Jul 2021 08:09:57 +0200 Subject: [PATCH] Update install --- scripts/install | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/scripts/install b/scripts/install index d59655c..d97ac61 100644 --- a/scripts/install +++ b/scripts/install @@ -158,6 +158,7 @@ chown -R $app $cache_dir pushd $final_path php$phpversion composer.phar $app:migrate --quiet + #php$phpversion daemon.php setAdmin $admin@${maindomain} popd #================================================= @@ -175,8 +176,6 @@ ynh_script_progression --message="Starting a systemd service..." --weight=2 # Start a systemd service ynh_systemd_action --service_name=$app --action=start --log_path="systemd" #--line_match="HTTP Server listening" -php$phpversion $final_path/daemon.php setAdmin $admin@${maindomain} - #================================================= # SETUP SSOWAT #=================================================