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

Upgrade to 2018.09

This commit is contained in:
anmol26s 2018-09-25 00:59:56 +05:30
parent ee8afaaa5b
commit c294f5bb01
3 changed files with 7 additions and 7 deletions

View file

@ -154,8 +154,8 @@ sudo cp ../conf/poller-cron /etc/cron.d/$app
# Calculate and store the config file checksum into the app settings
ynh_store_file_checksum "$final_path/config/local.ini.php"
# Run composer
(cd $final_path && sudo php bin/composer.phar install)
# Install composer
init_composer "$final_path"
#=================================================
# SETUP SSOWAT

View file

@ -90,9 +90,9 @@ chmod -R 775 $final_path/view/smarty3
# RESTORE THE CRON FILE
#=================================================
ynh_restore_file "/etc/cron.d/$app"
# Run composer
(cd $final_path && sudo php bin/composer.phar install)
# Install composer
init_composer "$final_path"
# unprotected_uris allows SSO credentials to be passed anyway.
ynh_app_setting_set $app unprotected_uris "/"

View file

@ -119,8 +119,8 @@ ynh_replace_string "__YNH_WWW_PATH__" "$final_path" ../conf/poller-cron
ynh_replace_string "__USER__" "$app" ../conf/poller-cron
sudo cp ../conf/poller-cron /etc/cron.d/$app
# Run composer
(cd $final_path && sudo php bin/composer.phar install)
# Install composer
init_composer "$final_path"
#=================================================
# SETUP SSOWAT