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:
parent
fbe9971864
commit
bf9577a37e
1 changed files with 0 additions and 1 deletions
|
@ -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"
|
||||
|
||||
|
|
Loading…
Reference in a new issue