mirror of
https://github.com/YunoHost-Apps/komga_ynh.git
synced 2024-09-03 19:36:07 +02:00
Update install
This commit is contained in:
parent
0c8111922e
commit
8ee0a4c83a
1 changed files with 3 additions and 0 deletions
|
@ -111,6 +111,8 @@ ynh_replace_string --match_string=__PATH__ --replace_string="$path_url" --target
|
|||
# Create a dedicated systemd config
|
||||
ynh_add_systemd_config
|
||||
|
||||
|
||||
|
||||
#=================================================
|
||||
# GENERIC FINALIZATION
|
||||
#=================================================
|
||||
|
@ -119,6 +121,7 @@ ynh_add_systemd_config
|
|||
|
||||
# Set permissions to app files
|
||||
chown -R $app: $final_path
|
||||
chmod +x $final_path/app.jar
|
||||
chown -R $app: /home/$app
|
||||
chmod -R 755 /home/$app/.komga/
|
||||
|
||||
|
|
Loading…
Reference in a new issue