mirror of
https://github.com/YunoHost-Apps/shiori_ynh.git
synced 2024-09-03 20:26:17 +02:00
fix ynh_add_systemd_config
I forgot to add `ynh_add_systemd_config` before :p
This commit is contained in:
parent
b16ce1d17a
commit
fe0159dec8
1 changed files with 3 additions and 1 deletions
|
@ -93,8 +93,10 @@ then
|
||||||
|
|
||||||
# Make a backup of the original Systemd file if modified
|
# Make a backup of the original Systemd file if modified
|
||||||
ynh_backup_if_checksum_is_different --file="$systemd_conf_path"
|
ynh_backup_if_checksum_is_different --file="$systemd_conf_path"
|
||||||
|
# Get value for systemd helper
|
||||||
datadir=$(ynh_app_setting_get --app=$app --key=datadir)
|
datadir=$(ynh_app_setting_get --app=$app --key=datadir)
|
||||||
|
# Create systemd service
|
||||||
|
ynh_add_systemd_config
|
||||||
fi
|
fi
|
||||||
|
|
||||||
# Change the domain for NGINX
|
# Change the domain for NGINX
|
||||||
|
|
Loading…
Reference in a new issue