removed mkdir line; seems like yunohost creates $install_dir anyway

This commit is contained in:
Eclipse 2023-09-27 21:22:10 +02:00
parent f99e78dcd9
commit 3da74bf068

View File

@ -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"