Skip to content

Commit

Permalink
Clear NConf lock on QF
Browse files Browse the repository at this point in the history
  • Loading branch information
NEMS Linux committed Mar 26, 2019
1 parent a0a44d9 commit da5bcfc
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions quickfix.sh
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,12 @@ allowupdate=`/usr/local/bin/nems-info allowupdate`
sleep 90
done

if [[ -f /var/www/nconf/temp/generate.lock ]]; then
printf "Resetting NEMS NConf generate.lock..."
rm -f /var/www/nconf/temp/generate.lock
sleep 1
echo " done."
fi

# 1 = Not allowed
# 2 = Allowed monthly
Expand Down

0 comments on commit da5bcfc

Please sign in to comment.