From bf37367cbf26cbbfdb774bdb31a86b7d03a71ced Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?E=CC=81ric=20Gaspar?= <46165813+ericgaspar@users.noreply.github.com> Date: Wed, 21 Jun 2023 17:40:18 +0200 Subject: [PATCH] Update _common.sh --- scripts/_common.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/scripts/_common.sh b/scripts/_common.sh index a6dbc66..578215c 100644 --- a/scripts/_common.sh +++ b/scripts/_common.sh @@ -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) } #=================================================