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

Update install

This commit is contained in:
Éric Gaspar 2023-12-08 23:48:59 +01:00
parent a6628ca9fd
commit d3c0f1bd3b

View file

@ -49,10 +49,10 @@ yunohost service add $app --description="Note-taking appliction" --log="/var/log
#=================================================
ynh_script_progression --message="Adding a configuration file..." --weight=1
ynh_add_config --template=".env" --destination="$install_dir/packages/server/.env"
ynh_add_config --template=".env" --destination="$install_dir/.env"
chmod 400 "$install_dir/packages/server/.env"
chown $app:$app "$install_dir/packages/server/.env"
chmod 400 "$install_dir/.env"
chown $app:$app "$install_dir/.env"
#=================================================
# INSTALL JOPLIN