summaryrefslogtreecommitdiffstats
path: root/usr/bin/mageiawelcome-launcher
diff options
context:
space:
mode:
Diffstat (limited to 'usr/bin/mageiawelcome-launcher')
-rwxr-xr-xusr/bin/mageiawelcome-launcher2
1 files changed, 1 insertions, 1 deletions
diff --git a/usr/bin/mageiawelcome-launcher b/usr/bin/mageiawelcome-launcher
index 289bb9d..46624bd 100755
--- a/usr/bin/mageiawelcome-launcher
+++ b/usr/bin/mageiawelcome-launcher
@@ -1,7 +1,7 @@
#!/usr/bin/python3
import os
-from user import home
+home = os.getenv("HOME")
if (not os.path.exists(home + "/.mageiawelcome/norun.flag")):
os.system("mageiawelcome")