1
0
Fork 0
mirror of https://github.com/YunoHost-Apps/helloworld_ynh.git synced 2024-09-03 19:15:57 +02:00

Create upgrade

This commit is contained in:
Alexandre Aubin 2023-02-02 22:36:15 +01:00 committed by GitHub
parent 6c8212745a
commit 800f6cbe15
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

19
scripts/upgrade Normal file
View file

@ -0,0 +1,19 @@
#!/bin/bash
source /usr/share/yunohost/helpers
#=================================================
# DOWNLOAD, CHECK AND UNPACK SOURCE
#=================================================
ynh_script_progression --message="Setting up source files..." --weight=1
echo "Hello world!" > $install_dir/index.html
chown -R www-data: "$install_dir"
#=================================================
# NGINX CONFIGURATION
#=================================================
ynh_script_progression --message="Configuring nginx web server..." --weight=1
# Create a dedicated nginx config
ynh_add_nginx_config