mirror of
https://git.proxmox.com/git/mirror_frr
synced 2025-08-12 07:48:25 +00:00
Merge pull request #9340 from stefreak/patch-1
tools: fix frr pathspace folder permissions
This commit is contained in:
commit
b8f9523597
@ -60,7 +60,7 @@ chownfrr() {
|
||||
[ -n "$FRR_GROUP" ] && chgrp "$FRR_GROUP" "$1"
|
||||
[ -n "$FRR_CONFIG_MODE" ] && chmod "$FRR_CONFIG_MODE" "$1"
|
||||
if [ -d "$1" ]; then
|
||||
chmod u+x "$1"
|
||||
chmod gu+x "$1"
|
||||
fi
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user