1
0
Fork 0
mirror of https://github.com/YunoHost-Apps/movim_ynh.git synced 2024-09-03 19:46:19 +02:00

Update install

This commit is contained in:
ericgaspar 2021-02-14 11:01:46 +01:00
parent f9d1bfccbd
commit ac082f2903
No known key found for this signature in database
GPG key ID: 574F281483054D44

View file

@ -169,8 +169,8 @@ mkdir -p $cache_dir
chown -R $app $cache_dir
pushd $final_path
ynh_exec_as $app php$phpversion composer.phar $app:migrate --quiet
ynh_exec_as $app php$phpversion daemon.php config --username=$admin --password=$password --quiet
php$phpversion composer.phar $app:migrate --quiet
php$phpversion daemon.php config --username=$admin --password=$password --quiet
popd
#=================================================