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) } #=================================================