Rimosso lock/unlock nella funzione init per risolvere problema di inizializzazione

This commit is contained in:
lejubila
2017-06-17 15:23:09 +02:00
parent 164169e375
commit ce062f30ca
2 changed files with 5 additions and 2 deletions

View File

@@ -1,3 +1,6 @@
## 0.4.4 - 17/06/2017
Remove lock/unlock from init function for resove bug
## 0.4.3 - 17/06/2017
Fix path of sed in lock function

View File

@@ -10,7 +10,7 @@
#
function initialize {
lock
#lock
log_write "Run initialize"
@@ -52,7 +52,7 @@ function initialize {
log_write "End initialize"
unlock
#unlock
}