1
0
Fork 0
mirror of https://github.com/YunoHost-Apps/paheko_ynh.git synced 2024-09-03 19:56:22 +02:00

Update install

This commit is contained in:
Éric Gaspar 2023-10-10 17:13:48 +02:00
parent 9c7bf743fa
commit ec068061ec

View file

@ -51,14 +51,6 @@ ynh_add_config --template="../conf/config.local.php" --destination="$install_dir
chmod 650 "$install_dir/config.local.php"
chown $app:$app "$install_dir/config.local.php"
#=================================================
# ADD Data folder
#=================================================
ynh_script_progression --message="Adding a data folder..." --weight=5
# move data folder
mv $install_dir/data $data_dir/
#=================================================
# END OF SCRIPT
#=================================================