diff options
-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 6f84007..4a45237 100755 --- a/usr/bin/mageiawelcome-launcher +++ b/usr/bin/mageiawelcome-launcher @@ -3,6 +3,6 @@ import os home = os.getenv("HOME") -if (not os.path.exists(home + "/.config/mageiawelcome/norun.flag")): +if (not os.path.exists(home + "/mageiawelcome/norun.flag")): os.system("mageiawelcome") |