Kayou
6 years ago
committed by
GitHub
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with
1 additions and
1 deletions
-
scripts/upgrade
|
|
@ -182,7 +182,7 @@ ynh_install_php --phpversion="$php_version" --package="$extra_pkg_dependencies" |
|
|
# Define a function to execute commands with `occ` |
|
|
# Define a function to execute commands with `occ` |
|
|
exec_occ() { |
|
|
exec_occ() { |
|
|
(cd "$final_path" && exec_as "$app" \ |
|
|
(cd "$final_path" && exec_as "$app" \ |
|
|
php occ --no-interaction --no-ansi "$@") |
|
|
|
|
|
|
|
|
php$php_version occ --no-interaction --no-ansi "$@") |
|
|
} |
|
|
} |
|
|
|
|
|
|
|
|
# Define a function to add an external storage |
|
|
# Define a function to add an external storage |
|
|
|