summaryrefslogtreecommitdiffstats
path: root/etc/init
diff options
context:
space:
mode:
Diffstat (limited to 'etc/init')
-rwxr-xr-xetc/init/smartauthlogin.conf4
1 files changed, 2 insertions, 2 deletions
diff --git a/etc/init/smartauthlogin.conf b/etc/init/smartauthlogin.conf
index 5a2acf3..3ef50b1 100755
--- a/etc/init/smartauthlogin.conf
+++ b/etc/init/smartauthlogin.conf
@@ -8,7 +8,7 @@ start on (filesystem
stop on stopping kdm-trinity
script
- if [ -e /usr/bin/smartauthmon.sh ]; then
- /usr/bin/smartauthmon.sh
+ if [ -e /usr/bin/smartauthmon ]; then
+ /usr/bin/smartauthmon
fi
end script