1
0
Fork 0
mirror of https://github.com/YunoHost-Apps/borg_ynh.git synced 2024-09-03 18:16:05 +02:00

Merge pull request #111 from YunoHost-Apps/testing

[fix] Bad owner for sudoers file
This commit is contained in:
ljf (zamentur) 2021-12-01 00:54:52 +01:00 committed by GitHub
commit 003cf5cf2a
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -118,6 +118,7 @@ chmod u+x "/usr/local/bin/backup-with-$app"
chown $app:$app "/usr/local/bin/backup-with-$app" chown $app:$app "/usr/local/bin/backup-with-$app"
ynh_add_config --template="sudoer" --destination="/etc/sudoers.d/$app" ynh_add_config --template="sudoer" --destination="/etc/sudoers.d/$app"
chown root:root "/etc/sudoers.d/$app"
#================================================= #=================================================
# SETUP SYSTEMD # SETUP SYSTEMD