1
0
Fork 0
mirror of https://github.com/YunoHost-Apps/scrutiny_ynh.git synced 2024-09-03 20:16:24 +02:00

Fix helpers 2.1

This commit is contained in:
Sylvain 2024-09-02 18:02:37 +02:00
parent 003a2bffe3
commit ceda1b85ac

View file

@ -69,12 +69,6 @@ ynh_config_add --template="config/scrutiny.yaml" --destination="$install_dir/con
ynh_config_add --template="systemd-scrutiny-collector.timer" --destination="/etc/systemd/system/scrutiny-collector.timer"
ynh_config_add --template="config/collector.yaml" --destination="$install_dir/config/collector.yaml"
#=================================================
# SET FILE OWNERSHIP / PERMISSIONS
#=================================================
myynh_set_permissions
#=================================================
# START SYSTEMD SERVICE
#=================================================