mirror of
https://github.com/YunoHost-Apps/osticket_ynh.git
synced 2024-09-03 19:56:17 +02:00
Merge branch 'testing' into example_ynh
This commit is contained in:
commit
cc4e8763d2
2 changed files with 7 additions and 2 deletions
|
@ -137,6 +137,9 @@ admin_mail=$(ynh_user_get_info $admin 'mail')
|
||||||
#=================================================
|
#=================================================
|
||||||
ynh_script_progression --message="Building plugins..."
|
ynh_script_progression --message="Building plugins..."
|
||||||
|
|
||||||
|
mkdir -p "$final_path/include/plugins/build/.config/composer"
|
||||||
|
COMPOSER_HOME="$final_path/include/plugins/build/.config/composer"
|
||||||
|
|
||||||
pushd "$final_path/include/plugins/build"
|
pushd "$final_path/include/plugins/build"
|
||||||
php${phpversion} make.php hydrate
|
php${phpversion} make.php hydrate
|
||||||
php${phpversion} -dphar.readonly=0 make.php build auth-cas
|
php${phpversion} -dphar.readonly=0 make.php build auth-cas
|
||||||
|
|
|
@ -136,6 +136,8 @@ ynh_script_progression --message="Building plugins..."
|
||||||
|
|
||||||
if [ "$upgrade_type" == "UPGRADE_APP" ]
|
if [ "$upgrade_type" == "UPGRADE_APP" ]
|
||||||
then
|
then
|
||||||
|
mkdir -p "$final_path/include/plugins/build/.config/composer"
|
||||||
|
COMPOSER_HOME="$final_path/include/plugins/build/.config/composer"
|
||||||
pushd "$final_path/include/plugins/build"
|
pushd "$final_path/include/plugins/build"
|
||||||
php${phpversion} make.php hydrate
|
php${phpversion} make.php hydrate
|
||||||
php${phpversion} -dphar.readonly=0 make.php build auth-cas
|
php${phpversion} -dphar.readonly=0 make.php build auth-cas
|
||||||
|
|
Loading…
Add table
Reference in a new issue