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:
parent
a6628ca9fd
commit
d3c0f1bd3b
1 changed files with 3 additions and 3 deletions
|
@ -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_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"
|
chmod 400 "$install_dir/.env"
|
||||||
chown $app:$app "$install_dir/packages/server/.env"
|
chown $app:$app "$install_dir/.env"
|
||||||
|
|
||||||
#=================================================
|
#=================================================
|
||||||
# INSTALL JOPLIN
|
# INSTALL JOPLIN
|
||||||
|
|
Loading…
Add table
Reference in a new issue