summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorV3n3RiX <venerix@rogentos.ro>2016-04-09 15:06:19 +0100
committerV3n3RiX <venerix@rogentos.ro>2016-04-09 15:06:19 +0100
commit605da290f648e0b51e245f84a55571eb5ddd68d3 (patch)
tree31da03874e9f14da06cf035d01940bf960cd49ba
parentdd82418998de5294f56416463189b222acee71c6 (diff)
set live user password
-rwxr-xr-xkogaionlive.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/kogaionlive.sh b/kogaionlive.sh
index 12d2cef..1c2a328 100755
--- a/kogaionlive.sh
+++ b/kogaionlive.sh
@@ -27,7 +27,7 @@ kogaion_live_user_groups() {
}
kogaion_live_user_password() {
- /usr/bin/passwd --delete "$liveuser" > /dev/null 2>&1
+ echo "$liveuser":"$liveuser" | /usr/sbin/chpasswd > /dev/null 2>&1
}
kogaion_live_locale_switch() {