diff options
Diffstat (limited to 'usr/bin')
-rwxr-xr-x | usr/bin/mageiawelcome-launcher | 2 |
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") |