From cf9c4b564ccaa09d2e35afd25dbde68f98fff25a Mon Sep 17 00:00:00 2001 From: tuxd3v Date: Tue, 4 Sep 2018 12:45:48 +0100 Subject: [PATCH] correct a typo:function createLock() --- fanctl | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/fanctl b/fanctl index 27575ae..7493fd7 100755 --- a/fanctl +++ b/fanctl @@ -160,8 +160,7 @@ end -- -- -createLock() -then +function createLock() local RETURN = "N/A" local handle = io.open( "/var/lock/fanctl.lock" , "r") if ( handle == nil )