diff options
| author | nemsia <nemsia@nemsia.org> | 2017-04-20 16:34:31 +0200 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2017-04-20 16:34:31 +0200 |
| commit | c0cf1c131c4ffd0500a3819d75b2d0054b731d97 (patch) | |
| tree | 4ac73f7b62f7c04b236dad689ccbe93bf9827b60 /scripts/install | |
| parent | 7c60ab9d4b0edc139aec323d6e94b44178034d00 (diff) | |
| download | mastodon_ynh-c0cf1c131c4ffd0500a3819d75b2d0054b731d97.tar.gz mastodon_ynh-c0cf1c131c4ffd0500a3819d75b2d0054b731d97.tar.bz2 mastodon_ynh-c0cf1c131c4ffd0500a3819d75b2d0054b731d97.zip | |
Make public on install
Diffstat (limited to 'scripts/install')
| -rw-r--r-- | scripts/install | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/scripts/install b/scripts/install index cf4b720..2879646 100644 --- a/scripts/install +++ b/scripts/install @@ -192,8 +192,11 @@ sudo sed -i "s@__APP__@$app@g" /etc/cron.d/$app # Restart crontab sudo systemctl restart cron +# Set app public +ynh_app_setting_set "$app" unprotected_uris "/" + # Reload SSOwat configuration sudo yunohost app ssowatconf # Reload Nginx -sudo systemctl reload nginx
\ No newline at end of file +sudo systemctl reload nginx |
