summaryrefslogtreecommitdiff
path: root/src/commission_func.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/commission_func.h')
-rw-r--r--src/commission_func.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/commission_func.h b/src/commission_func.h
index 5f9307e..6bddba8 100644
--- a/src/commission_func.h
+++ b/src/commission_func.h
@@ -59,7 +59,7 @@ const std::string AASTYPE_ERR = "error";
/* popen cmd declarations */
const std::string POPEN_CLOSEALL = "/usr/sbin/start-stop-daemon -S -p /var/run/commissionoff.pid -b -a /bin/bash -- -c /usr/libexec/commission/off.sh";
-const std::string POPEN_MTS_UBPW = "/sbin/mts-uppasswd -up";
+const std::string POPEN_MTS_UBPW = "/sbin/mts-ubpasswd -up";
/* popen cmd generators */
std::string passwd_cmd_gen(std::string pw);