summaryrefslogtreecommitdiffstats
path: root/etc/rc.firmware
diff options
context:
space:
mode:
authorScott Ullrich <sullrich@pfsense.org>2005-04-29 17:13:10 +0000
committerScott Ullrich <sullrich@pfsense.org>2005-04-29 17:13:10 +0000
commitf21c836be9140bcfa7947719f38eab1046955cc3 (patch)
tree56f6d8bad5db6e998c9e20477d86331174d491ee /etc/rc.firmware
parentd3d255cc1fa5e11a15841bf65c5ceddaed5d8fb6 (diff)
downloadpfsense-f21c836be9140bcfa7947719f38eab1046955cc3.zip
pfsense-f21c836be9140bcfa7947719f38eab1046955cc3.tar.gz
Only chmod user, not groups.
Diffstat (limited to 'etc/rc.firmware')
-rwxr-xr-xetc/rc.firmware2
1 files changed, 1 insertions, 1 deletions
diff --git a/etc/rc.firmware b/etc/rc.firmware
index 4a85bf5..42bed9b 100755
--- a/etc/rc.firmware
+++ b/etc/rc.firmware
@@ -23,7 +23,7 @@ restore_chflags() {
remove_chflags() {
chflags -R noschg /
- chmod -R ug+rw /
+ chmod -R u+rw /
}
binary_update() {
OpenPOWER on IntegriCloud