1
0
Fork 0
mirror of https://github.com/YunoHost-Apps/wallabag2_ynh.git synced 2024-10-01 13:35:06 +02:00

Update _common.sh

This commit is contained in:
Éric Gaspar 2024-07-20 16:00:54 +02:00
parent dea25f07ef
commit 3197d05c7a

View file

@ -12,12 +12,6 @@ php_exec() {
php${phpversion} "$install_dir/bin/console" --no-interaction --env=prod "$@")
}
# Define a function to execute commands with `php_exec`
php_exec() {
(cd "$install_dir" && ynh_exec_as "$app" \
php${phpversion} "$install_dir/bin/console" --no-interaction --env=prod "$@")
}
#=================================================
# PERSONAL HELPERS
#=================================================