diff options
Diffstat (limited to 'src')
-rwxr-xr-x | src/ninjahelper.in | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/ninjahelper.in b/src/ninjahelper.in index 7497b69..f0ad45a 100755 --- a/src/ninjahelper.in +++ b/src/ninjahelper.in @@ -215,7 +215,7 @@ if [ ! -d "$configdirectory" ]; then exit 1 fi -. $libdir/easydialog.sh +. $libdir/easydialog if [ "$UID" != "0" ]; then msgBox "warning" "ninjahelper must be run by root!" |