summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rwxr-xr-xredcorelive-openrc.sh2
-rwxr-xr-xredcorelive-systemd.sh2
2 files changed, 2 insertions, 2 deletions
diff --git a/redcorelive-openrc.sh b/redcorelive-openrc.sh
index e68818a..fd5a1ae 100755
--- a/redcorelive-openrc.sh
+++ b/redcorelive-openrc.sh
@@ -1,6 +1,6 @@
#!/usr/bin/env bash
-export local liveuser="redcore"
+export local liveuser="redcorelive"
checkroot() {
if [[ "$(whoami)" != root ]] ; then
diff --git a/redcorelive-systemd.sh b/redcorelive-systemd.sh
index 34b618e..1fec608 100755
--- a/redcorelive-systemd.sh
+++ b/redcorelive-systemd.sh
@@ -1,6 +1,6 @@
#!/usr/bin/env bash
-export local liveuser="redcore"
+export local liveuser="redcorelive"
checkroot() {
if [[ "$(whoami)" != root ]] ; then