diff options
| author | nemsia <nemsia@nemsia.org> | 2017-05-06 23:01:35 +0200 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2017-05-06 23:01:35 +0200 |
| commit | f12507fbf0e8fd46346d8c25d64796df58acf37b (patch) | |
| tree | 48a015876e620fbcc358ac66a3ebd1103c73c001 /scripts/install | |
| parent | 40624b08e370303c1e43d9eb17481b555bb2d586 (diff) | |
| parent | 8b811b73436e64fee016e2a8f18a6e49601287cf (diff) | |
| download | mastodon_ynh-f12507fbf0e8fd46346d8c25d64796df58acf37b.tar.gz mastodon_ynh-f12507fbf0e8fd46346d8c25d64796df58acf37b.tar.bz2 mastodon_ynh-f12507fbf0e8fd46346d8c25d64796df58acf37b.zip | |
Merge branch 'devel' into master
Diffstat (limited to 'scripts/install')
| -rw-r--r-- | scripts/install | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/scripts/install b/scripts/install index 806fec2..2fd4b23 100644 --- a/scripts/install +++ b/scripts/install @@ -206,8 +206,6 @@ sudo cp ../conf/nginx.conf /etc/nginx/conf.d/$domain.d/$app.conf # Install crontab sudo cp ../conf/crontab_mastodon /etc/cron.d/$app sudo sed -i "s@__APP__@$app@g" /etc/cron.d/$app -# Restart crontab -sudo systemctl restart cron # Unprotected url ynh_app_setting_set "$app" unprotected_uris "/" |
