Skip to content

Commit

Permalink
correct a typo:function createLock()
Browse files Browse the repository at this point in the history
  • Loading branch information
tuxd3v committed Sep 4, 2018
1 parent 5b5cf8f commit cf9c4b5
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions fanctl
Original file line number Diff line number Diff line change
Expand Up @@ -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 )
Expand Down

0 comments on commit cf9c4b5

Please sign in to comment.