From f1b92793686beca0c4e93561303d597cb239f744 Mon Sep 17 00:00:00 2001 From: magikcypress Date: Sat, 1 Apr 2017 17:03:40 +0200 Subject: [PATCH] update version --- scripts/restore | 6 ++++++ sources/source_md5 | 2 +- sources/source_url | 2 +- 3 files changed, 8 insertions(+), 2 deletions(-) diff --git a/scripts/restore b/scripts/restore index 4ff31ce..3070e9b 100644 --- a/scripts/restore +++ b/scripts/restore @@ -54,6 +54,12 @@ sudo cp -a ./nginx.conf "${nginx_conf}" sudo cp -a ./php-fpm.conf "${phpfpm_conf}" sudo cp -a ./php-fpm.ini "${phpfpm_ini}" +# Set ssowat config +if [ "$is_public" = "No" ]; +then + ynh_app_setting_delete $app skipped_uris +fi + # Reload services sudo systemctl reload php5-fpm sudo systemctl reload nginx diff --git a/sources/source_md5 b/sources/source_md5 index 02defc2..757d316 100644 --- a/sources/source_md5 +++ b/sources/source_md5 @@ -1 +1 @@ -5593142893cfb1c8bc90a407ede00c09 grav-admin-v1.1.17.zip \ No newline at end of file +53d58424ca30fe73ded6ed1fa122dfee grav-admin-v1.2.0.zip \ No newline at end of file diff --git a/sources/source_url b/sources/source_url index 8cc2f41..37e2952 100644 --- a/sources/source_url +++ b/sources/source_url @@ -1 +1 @@ -https://github.com/getgrav/grav/releases/download/1.1.17/grav-admin-v1.1.17.zip \ No newline at end of file +https://github.com/getgrav/grav/releases/download/1.2.0/grav-admin-v1.2.0.zip \ No newline at end of file