mirror of
https://github.com/NixOS/nixpkgs.git
synced 2025-07-13 13:40:28 +03:00
nixos/shorewall: Fix typo, chown -> chmod
This commit is contained in:
parent
11d9033d85
commit
9f1d2e97af
2 changed files with 2 additions and 2 deletions
|
@ -58,7 +58,7 @@ in {
|
|||
install -D -d -m 750 /var/lib/shorewall
|
||||
install -D -d -m 755 /var/lock/subsys
|
||||
touch /var/log/shorewall.log
|
||||
chown 750 /var/log/shorewall.log
|
||||
chmod 750 /var/log/shorewall.log
|
||||
'';
|
||||
};
|
||||
environment = {
|
||||
|
|
|
@ -58,7 +58,7 @@ in {
|
|||
install -D -d -m 750 /var/lib/shorewall6
|
||||
install -D -d -m 755 /var/lock/subsys
|
||||
touch /var/log/shorewall6.log
|
||||
chown 750 /var/log/shorewall6.log
|
||||
chmod 750 /var/log/shorewall6.log
|
||||
'';
|
||||
};
|
||||
environment = {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue