Compare commits
No commits in common. "6088ab27412d3a3119c4278b23612fa57e251c7a" and "46b3d1731e8c52fe4bc42d9c26262178fa980aec" have entirely different histories.
6088ab2741
...
46b3d1731e
@ -1,11 +1,5 @@
|
||||
rewrite ^/helloworld$ /helloworld/ permanent;
|
||||
location __PATH__/ {
|
||||
|
||||
# Path to source
|
||||
alias __INSTALL_DIR__/;
|
||||
|
||||
index index.html;
|
||||
|
||||
# Include SSOWAT user panel
|
||||
include conf.d/yunohost_panel.conf.inc;
|
||||
}
|
||||
|
||||
@ -5,7 +5,7 @@ source /usr/share/yunohost/helpers
|
||||
#=================================================
|
||||
# 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"
|
||||
|
||||
|
||||
Loading…
Reference in New Issue
Block a user