removed ynh_setup_soure call, added mkdir

This commit is contained in:
Eclipse 2023-09-27 21:16:54 +02:00
parent 46de0f10e4
commit f99e78dcd9

View File

@ -18,8 +18,7 @@ fi
#================================================= #=================================================
ynh_script_progression --message="Setting up source files…" --weight=1 ynh_script_progression --message="Setting up source files…" --weight=1
ynh_setup_source --dest_dir="$install_dir" 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"