removed mkdir line; seems like yunohost creates $install_dir anyway
This commit is contained in:
parent
f99e78dcd9
commit
3da74bf068
@ -18,7 +18,6 @@ fi
|
|||||||
#=================================================
|
#=================================================
|
||||||
ynh_script_progression --message="Setting up source files…" --weight=1
|
ynh_script_progression --message="Setting up source files…" --weight=1
|
||||||
|
|
||||||
mkdir "$install_dir"
|
|
||||||
ynh_add_config --template="index.html" --destination="$install_dir/index.html"
|
ynh_add_config --template="index.html" --destination="$install_dir/index.html"
|
||||||
ynh_add_config --template="restarter.php" --destination="$install_dir/$app.php"
|
ynh_add_config --template="restarter.php" --destination="$install_dir/$app.php"
|
||||||
|
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user