summaryrefslogtreecommitdiff
path: root/redcorelive-systemd.sh
diff options
context:
space:
mode:
Diffstat (limited to 'redcorelive-systemd.sh')
-rwxr-xr-xredcorelive-systemd.sh5
1 files changed, 3 insertions, 2 deletions
diff --git a/redcorelive-systemd.sh b/redcorelive-systemd.sh
index 1fec608..01ccfbf 100755
--- a/redcorelive-systemd.sh
+++ b/redcorelive-systemd.sh
@@ -1,6 +1,7 @@
#!/usr/bin/env bash
-export local liveuser="redcorelive"
+export local liveuser="redcore"
+export local livepasswd="redcore_live"
checkroot() {
if [[ "$(whoami)" != root ]] ; then
@@ -27,7 +28,7 @@ redcore_live_user_groups() {
}
redcore_live_user_password() {
- echo "$liveuser":"$liveuser" | /usr/sbin/chpasswd > /dev/null 2>&1
+ echo "$liveuser":"$livepasswd" | /usr/sbin/chpasswd > /dev/null 2>&1
}
redcore_live_locale_switch() {