mirror of
https://github.com/YunoHost-Apps/framaforms_ynh.git
synced 2024-09-03 18:36:12 +02:00
25 lines
695 B
Bash
25 lines
695 B
Bash
#!/bin/bash
|
|
|
|
#=================================================
|
|
# COMMON VARIABLES
|
|
#=================================================
|
|
|
|
YNH_COMPOSER_VERSION="1.10.17"
|
|
|
|
#=================================================
|
|
# PERSONAL HELPERS
|
|
#=================================================
|
|
|
|
_ynh_exec_with_drush_php() {
|
|
ynh_exec_warn_less ynh_exec_as "$app" \
|
|
env PATH="$PATH" DRUSH_PHP="/usr/bin/php$phpversion" \
|
|
"$@"
|
|
}
|
|
|
|
#=================================================
|
|
# EXPERIMENTAL HELPERS
|
|
#=================================================
|
|
|
|
#=================================================
|
|
# FUTURE OFFICIAL HELPERS
|
|
#=================================================
|