mirror of
https://github.com/YunoHost-Apps/cryptpad_ynh.git
synced 2024-09-03 18:26:14 +02:00
Update install
This commit is contained in:
parent
a1c892d96e
commit
63de2f335c
1 changed files with 2 additions and 2 deletions
|
@ -145,11 +145,11 @@ cp $final_path/config.js $final_path/config.example
|
|||
ynh_store_file_checksum "$final_path/config.js"
|
||||
|
||||
#=================================================
|
||||
# START CRYPTPAD IN BACKGROUND
|
||||
# Set some permissions
|
||||
#=================================================
|
||||
|
||||
chown $app:$app $final_path -R
|
||||
chown $app:$app /var/log/$app/cryptpad.log
|
||||
systemctl start $app
|
||||
|
||||
#=================================================
|
||||
# ENABLE SERVICE IN ADMIN PANEL
|
||||
|
|
Loading…
Reference in a new issue