summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorPapoteur <papoteur@mageia.org>2019-05-23 08:00:48 +0200
committerPapoteur <papoteur@mageia.org>2019-05-23 08:00:48 +0200
commitc49d3c8597f6f3c8f213df184340d2c53e44b9f0 (patch)
tree5dabc96d3915e778051bfade140733849f3418df
parentf7729995678b0bdaedea623fff0757eee4d438f5 (diff)
downloadmageiawelcome-c49d3c8597f6f3c8f213df184340d2c53e44b9f0.tar
mageiawelcome-c49d3c8597f6f3c8f213df184340d2c53e44b9f0.tar.gz
mageiawelcome-c49d3c8597f6f3c8f213df184340d2c53e44b9f0.tar.bz2
mageiawelcome-c49d3c8597f6f3c8f213df184340d2c53e44b9f0.tar.xz
mageiawelcome-c49d3c8597f6f3c8f213df184340d2c53e44b9f0.zip
Really restore reading old config file
-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 4a45237..46624bd 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 + "/mageiawelcome/norun.flag")):
+if (not os.path.exists(home + "/.mageiawelcome/norun.flag")):
os.system("mageiawelcome")