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:
parent
1c3df57e7a
commit
9ec3cba116
1 changed files with 1 additions and 1 deletions
|
@ -154,7 +154,7 @@ ynh_script_progression --message="Configuring Movim..." --weight=1
|
||||||
# Create cachedir folder
|
# Create cachedir folder
|
||||||
cache_dir="/home/yunohost.app/$app"
|
cache_dir="/home/yunohost.app/$app"
|
||||||
mkdir -p $cache_dir
|
mkdir -p $cache_dir
|
||||||
chown -R $app $cache_dir
|
chown -R $app:www-data "$final_path"
|
||||||
|
|
||||||
pushd $final_path
|
pushd $final_path
|
||||||
php$phpversion composer.phar $app:migrate --quiet
|
php$phpversion composer.phar $app:migrate --quiet
|
||||||
|
|
Loading…
Add table
Reference in a new issue