diff options
author | John Klug <john.klug@multitech.com> | 2025-05-14 14:16:35 +0000 |
---|---|---|
committer | John Klug <john.klug@multitech.com> | 2025-05-14 14:16:35 +0000 |
commit | 0b251b53e0a8a3b62411b4761b4fbed637d1eb26 (patch) | |
tree | bf40906b60494d5d5aca42fe978f340406466e31 | |
parent | e9457a7dd7309543efc0fff93ac9a78d74412079 (diff) | |
download | commissioning-0b251b53e0a8a3b62411b4761b4fbed637d1eb26.tar.gz commissioning-0b251b53e0a8a3b62411b4761b4fbed637d1eb26.tar.bz2 commissioning-0b251b53e0a8a3b62411b4761b4fbed637d1eb26.zip |
Unified /usr compatibility feature
-rw-r--r-- | www/commission/index.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/www/commission/index.php b/www/commission/index.php index c4fdb65..2cf5320 100644 --- a/www/commission/index.php +++ b/www/commission/index.php @@ -182,7 +182,7 @@ if($_SERVER["REQUEST_METHOD"] == "POST"){ syslog(LOG_ALERT, "passwd log: status: $status2 result: $result2"); } - $cmd = "/sbin/mts-ubpasswd -up >$tmpfile 2>&1"; + $cmd = "/usr/sbin/mts-ubpasswd -up >$tmpfile 2>&1"; $handle = popen($cmd, 'w'); fwrite($handle,$password); $status = pclose($handle); |