1
0
Fork 0
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:
Navan Chauhan 2022-06-15 21:53:04 +05:30 committed by GitHub
parent b16ce1d17a
commit fe0159dec8
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -93,8 +93,10 @@ then
# Make a backup of the original Systemd file if modified
ynh_backup_if_checksum_is_different --file="$systemd_conf_path"
# Get value for systemd helper
datadir=$(ynh_app_setting_get --app=$app --key=datadir)
# Create systemd service
ynh_add_systemd_config
fi
# Change the domain for NGINX