1
0
Fork 0
mirror of https://github.com/YunoHost-Apps/wallabag2_ynh.git synced 2024-10-01 13:35:06 +02:00
This commit is contained in:
Éric Gaspar 2023-06-12 10:21:07 +02:00
parent 833cd12496
commit 7294888cc8
2 changed files with 3 additions and 1 deletions

View file

@ -6,7 +6,7 @@
php_exec() {
(cd "$install_dir" && ynh_exec_as "$app" \
php${YNH_PHP_VERSION} "$install_dir/bin/console" --no-interaction --env=prod "$@")
php$phpversion "$install_dir/bin/console" --no-interaction --env=prod "$@")
}
#=================================================

View file

@ -31,6 +31,8 @@ then
mkdir "$install_dir/var/cache"
fi
chown -R $app:www-data "$install_dir"
#=================================================
# REAPPLY SYSTEM CONFIGURATIONS
#=================================================