]> git.ipfire.org Git - thirdparty/asterisk.git/commit
safe_asterisk: Change directory permissions to 755
authorGeorge Joseph <gjoseph@sangoma.com>
Mon, 11 Sep 2023 16:19:41 +0000 (10:19 -0600)
committerGeorge Joseph <gjoseph@sangoma.com>
Wed, 13 Sep 2023 15:17:17 +0000 (15:17 +0000)
commit4e43b9d3081a2cdcaeead910a27066fc2cb8453f
tree666c4ead76f99afb6e4bca0eb4303ecbaf3ac822
parent405a08aaed7b50aea70ac55c6288ad6e6acf09f1
safe_asterisk: Change directory permissions to 755

If the safe_asterisk script detects that the /var/lib/asterisk
directory doesn't exist, it now creates it with 755 permissions
instead of 770.  safe_asterisk needing to create that directory
should be extremely rare though because it's normally created
by 'make install' which already sets the permissions to 755.

Resolves: #316
contrib/scripts/safe_asterisk