mirror of
https://github.com/YunoHost-Apps/h5ai_ynh.git
synced 2024-09-03 20:36:25 +02:00
Update to 0.29.0
This commit is contained in:
parent
a0492219fb
commit
0598ba9ffe
1 changed files with 3 additions and 3 deletions
|
@ -5,8 +5,8 @@ set -eu
|
||||||
|
|
||||||
# Define app
|
# Define app
|
||||||
app=h5ai
|
app=h5ai
|
||||||
version=0.28.1
|
version=0.29.0
|
||||||
md5_source=d99b2d43102e23f52eb0c645a5a3b3dc
|
md5_source=dd44880a4353bec140ded7fdec0ac3ce
|
||||||
|
|
||||||
# Retrieve arguments
|
# Retrieve arguments
|
||||||
domain=$YNH_APP_ARG_DOMAIN
|
domain=$YNH_APP_ARG_DOMAIN
|
||||||
|
@ -51,4 +51,4 @@ sudo cp ../conf/nginx.conf /etc/nginx/conf.d/$domain.d/$app.conf
|
||||||
ynh_app_setting_set "$app" unprotected_uris "/"
|
ynh_app_setting_set "$app" unprotected_uris "/"
|
||||||
|
|
||||||
# Restart services
|
# Restart services
|
||||||
sudo service nginx reload
|
sudo service nginx reload
|
||||||
|
|
Loading…
Reference in a new issue