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 01:33:10 +05:30
parent 4ab09309d2
commit 9c2af8c0dd
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 # Calculate and store the config file checksum into the app settings
ynh_store_file_checksum "$final_path/config/local.ini.php" ynh_store_file_checksum "$final_path/config/local.ini.php"
# Install composer # Run composer
init_composer "$final_path" (cd $final_path && sudo php bin/composer.phar install)
#================================================= #=================================================
# SETUP SSOWAT # SETUP SSOWAT

View file

@ -91,8 +91,8 @@ chmod -R 775 $final_path/view/smarty3
#================================================= #=================================================
ynh_restore_file "/etc/cron.d/$app" ynh_restore_file "/etc/cron.d/$app"
# Install composer # Run composer
init_composer "$final_path" (cd $final_path && sudo php bin/composer.phar install)
# unprotected_uris allows SSO credentials to be passed anyway. # unprotected_uris allows SSO credentials to be passed anyway.
ynh_app_setting_set $app unprotected_uris "/" 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 ynh_replace_string "__USER__" "$app" ../conf/poller-cron
sudo cp ../conf/poller-cron /etc/cron.d/$app sudo cp ../conf/poller-cron /etc/cron.d/$app
# Install composer # Run composer
init_composer "$final_path" (cd $final_path && sudo php bin/composer.phar install)
#================================================= #=================================================
# SETUP SSOWAT # SETUP SSOWAT