This commit is contained in:
Miraty 2019-08-13 00:06:28 +02:00
parent 8db9eb856c
commit 9c933ce61e
1 changed files with 2 additions and 1 deletions

View File

@ -52,7 +52,8 @@ ynh_app_setting_set $app final_path $final_path
ynh_script_progression --message="Setting up source files..." --weight=1
mkdir -p "$final_path"
echo "Hello world!" > $final_path/index.html
cd $final_path
git clone https://code.antopie.org/miraty/qr_ynh
chown -R www-data: "$final_path"
#=================================================