1
0
Fork 0
mirror of https://github.com/YunoHost-Apps/framaforms_ynh.git synced 2024-09-03 18:36:12 +02:00
framaforms_ynh/scripts/_common.sh

26 lines
739 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="$install_dir/.composer/vendor/bin:$PATH" \
DRUSH_PHP="/usr/bin/php$phpversion" \
"$@"
}
#=================================================
# EXPERIMENTAL HELPERS
#=================================================
#=================================================
# FUTURE OFFICIAL HELPERS
#=================================================