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:
parent
dea25f07ef
commit
3197d05c7a
1 changed files with 0 additions and 6 deletions
|
@ -12,12 +12,6 @@ php_exec() {
|
||||||
php${phpversion} "$install_dir/bin/console" --no-interaction --env=prod "$@")
|
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
|
# PERSONAL HELPERS
|
||||||
#=================================================
|
#=================================================
|
||||||
|
|
Loading…
Add table
Reference in a new issue