1
0
Fork 0
mirror of https://github.com/YunoHost-Apps/helloworld_ynh.git synced 2024-09-03 19:15:57 +02:00

No need to mkdir -p the install dir

This commit is contained in:
Alexandre Aubin 2023-01-28 17:07:19 +01:00 committed by GitHub
parent fbe9971864
commit bf9577a37e
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -7,7 +7,6 @@ source /usr/share/yunohost/helpers
#=================================================
ynh_script_progression --message="Setting up source files..." --weight=1
mkdir -p "$install_dir"
echo "Hello world!" > $install_dir/index.html
chown -R www-data: "$install_dir"