Compare commits

..

No commits in common. "6088ab27412d3a3119c4278b23612fa57e251c7a" and "46b3d1731e8c52fe4bc42d9c26262178fa980aec" have entirely different histories.

2 changed files with 1 additions and 7 deletions

View File

@ -1,11 +1,5 @@
rewrite ^/helloworld$ /helloworld/ permanent;
location __PATH__/ { location __PATH__/ {
# Path to source
alias __INSTALL_DIR__/; alias __INSTALL_DIR__/;
index index.html; index index.html;
# Include SSOWAT user panel
include conf.d/yunohost_panel.conf.inc; include conf.d/yunohost_panel.conf.inc;
} }

View File

@ -5,7 +5,7 @@ source /usr/share/yunohost/helpers
#================================================= #=================================================
# DOWNLOAD, CHECK AND UNPACK SOURCE # DOWNLOAD, CHECK AND UNPACK SOURCE
#================================================= #=================================================
ynh_script_progression --message="Setting up source files…" --weight=1 ynh_script_progression --message="Setting up source files…" --weight=2
ynh_setup_source --dest_dir="$install_dir" ynh_setup_source --dest_dir="$install_dir"