mirror of
https://github.com/YunoHost-Apps/grav_ynh.git
synced 2024-09-03 19:16:01 +02:00
update version
This commit is contained in:
parent
6bd9c67680
commit
f1b9279368
3 changed files with 8 additions and 2 deletions
|
@ -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
|
||||
|
|
|
@ -1 +1 @@
|
|||
5593142893cfb1c8bc90a407ede00c09 grav-admin-v1.1.17.zip
|
||||
53d58424ca30fe73ded6ed1fa122dfee grav-admin-v1.2.0.zip
|
|
@ -1 +1 @@
|
|||
https://github.com/getgrav/grav/releases/download/1.1.17/grav-admin-v1.1.17.zip
|
||||
https://github.com/getgrav/grav/releases/download/1.2.0/grav-admin-v1.2.0.zip
|
Loading…
Reference in a new issue