1
0
Fork 0
mirror of https://github.com/YunoHost-Apps/cachet_ynh.git synced 2024-09-03 18:16:03 +02:00

Update _common.sh

This commit is contained in:
Éric Gaspar 2023-06-21 17:40:18 +02:00
parent 6715a22a96
commit bf37367cbf

View file

@ -11,7 +11,7 @@
# Execute a command with occ
exec_artisan() {
(cd "$install_dir" &&
php$YNH_PHP_VERSION artisan $@ --quiet --no-interaction)
php$phpversion artisan $@ --quiet --no-interaction)
}
#=================================================