diff options
Diffstat (limited to 'usr/bin/mageiawelcome')
-rwxr-xr-x | usr/bin/mageiawelcome | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/usr/bin/mageiawelcome b/usr/bin/mageiawelcome index d36db20..bb8d694 100755 --- a/usr/bin/mageiawelcome +++ b/usr/bin/mageiawelcome @@ -2,7 +2,7 @@ import os -os.system("python /usr/lib/mageiawelcome/mageiawelcome.py") +os.system("python /usr/share/mageiawelcome/mageiawelcome.py") |