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:
parent
6715a22a96
commit
bf37367cbf
1 changed files with 1 additions and 1 deletions
|
@ -11,7 +11,7 @@
|
||||||
# Execute a command with occ
|
# Execute a command with occ
|
||||||
exec_artisan() {
|
exec_artisan() {
|
||||||
(cd "$install_dir" &&
|
(cd "$install_dir" &&
|
||||||
php$YNH_PHP_VERSION artisan $@ --quiet --no-interaction)
|
php$phpversion artisan $@ --quiet --no-interaction)
|
||||||
}
|
}
|
||||||
|
|
||||||
#=================================================
|
#=================================================
|
||||||
|
|
Loading…
Add table
Reference in a new issue