summaryrefslogtreecommitdiffstats
path: root/etc/inc
diff options
context:
space:
mode:
authorScott Ullrich <sullrich@pfsense.org>2008-02-20 01:42:39 +0000
committerScott Ullrich <sullrich@pfsense.org>2008-02-20 01:42:39 +0000
commitc649669ed2467cdde0b41aa1c3c6c0a58d1835e3 (patch)
treeeef13e4110eee3ccda9d23d148bacc50ea6d6102 /etc/inc
parent03db004266b6a266d26e812442877428fcf16d55 (diff)
downloadpfsense-c649669ed2467cdde0b41aa1c3c6c0a58d1835e3.zip
pfsense-c649669ed2467cdde0b41aa1c3c6c0a58d1835e3.tar.gz
* Bump nextgid, nextuid to 115 for RELENG_1/HEAD
* s/${/{$/
Diffstat (limited to 'etc/inc')
-rw-r--r--etc/inc/pfsense-utils.inc2
1 files changed, 1 insertions, 1 deletions
diff --git a/etc/inc/pfsense-utils.inc b/etc/inc/pfsense-utils.inc
index 3494dad..7d06ef5 100644
--- a/etc/inc/pfsense-utils.inc
+++ b/etc/inc/pfsense-utils.inc
@@ -2613,7 +2613,7 @@ function sync_webgui_passwords() {
isSystemAdmin($user['name']) ? $group = "wheel" : $group = "staff";
if (strpos($pwread, "no such user") === false) {
- $fd = popen("/usr/sbin/pw usermod -n {$user['name']} -g ${user['groupname']} -G {$group} -H 0", "w");
+ $fd = popen("/usr/sbin/pw usermod -n {$user['name']} -g {$user['groupname']} -G {$group} -H 0", "w");
fwrite($fd, $user['password']);
pclose($fd);
} else {
OpenPOWER on IntegriCloud