Fix setuid bit on riju-install

This commit is contained in:
Radon Rosborough 2020-06-11 15:06:26 -06:00
parent 1fe7d174a0
commit 8246ab32d0
1 changed files with 1 additions and 1 deletions

View File

@ -8,6 +8,6 @@ cp scripts/certbot-pre.bash /etc/letsencrypt/renewal-hooks/pre/riju
cp scripts/certbot-post.bash /etc/letsencrypt/renewal-hooks/post/riju
cp scripts/install.py /usr/bin/riju-install
chgrp deploy /usr/bin/riju-install
chmod u=rwxs,g=rx,o= /usr/bin/riju-install
chmod u=rwxs,g=rxs,o= /usr/bin/riju-install
systemctl daemon-reload