mirror of
https://github.com/IT4Change/gradido.git
synced 2025-12-13 07:45:54 +00:00
missing chown
This commit is contained in:
parent
1e372e697b
commit
78f3544c4f
@ -78,6 +78,7 @@ sudo certbot
|
|||||||
# sudo apt-get install -y logrotate
|
# sudo apt-get install -y logrotate
|
||||||
envsubst "$(env | sed -e 's/=.*//' -e 's/^/\$/g')" < $SCRIPT_DIR/logrotate/gradido.conf.template > $SCRIPT_DIR/logrotate/gradido.conf
|
envsubst "$(env | sed -e 's/=.*//' -e 's/^/\$/g')" < $SCRIPT_DIR/logrotate/gradido.conf.template > $SCRIPT_DIR/logrotate/gradido.conf
|
||||||
sudo mv $SCRIPT_DIR/logrotate/gradido.conf /etc/logrotate.d/gradido.conf
|
sudo mv $SCRIPT_DIR/logrotate/gradido.conf /etc/logrotate.d/gradido.conf
|
||||||
|
sudo chown root:root /etc/logrotate.d/gradido.conf
|
||||||
|
|
||||||
# Webhooks (optional) (for development)
|
# Webhooks (optional) (for development)
|
||||||
sudo apt install webhook
|
sudo apt install webhook
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user