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

Fix path to drush

This commit is contained in:
Salamandar 2024-03-16 14:17:25 +01:00
parent 9df18fc42e
commit 52c1ddf69d
2 changed files with 3 additions and 1 deletions

View file

@ -57,7 +57,7 @@ ynh_add_config --template="composer.json" --destination="$install_dir/.composer/
ynh_install_composer --phpversion="$phpversion" --workdir="$install_dir/.composer" ynh_install_composer --phpversion="$phpversion" --workdir="$install_dir/.composer"
# export PATH="$install_dir/.composer/vendor/bin:$PATH" export PATH="$install_dir/.composer/vendor/bin:$PATH"
#================================================= #=================================================
# ADD A CONFIGURATION # ADD A CONFIGURATION

View file

@ -33,6 +33,8 @@ ynh_script_progression --message="Upgrading Composer..." --weight=3
ynh_install_composer --phpversion="$phpversion" --workdir="$install_dir/.composer" ynh_install_composer --phpversion="$phpversion" --workdir="$install_dir/.composer"
export PATH="$install_dir/.composer/vendor/bin:$PATH"
#================================================= #=================================================
# UPGRADE DRUPAL # UPGRADE DRUPAL
#================================================= #=================================================