Rimosso lock/unlock nella funzione init per risolvere problema di inizializzazione
This commit is contained in:
@@ -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
|
## 0.4.3 - 17/06/2017
|
||||||
Fix path of sed in lock function
|
Fix path of sed in lock function
|
||||||
|
|
||||||
|
|||||||
@@ -10,7 +10,7 @@
|
|||||||
#
|
#
|
||||||
function initialize {
|
function initialize {
|
||||||
|
|
||||||
lock
|
#lock
|
||||||
|
|
||||||
log_write "Run initialize"
|
log_write "Run initialize"
|
||||||
|
|
||||||
@@ -52,7 +52,7 @@ function initialize {
|
|||||||
|
|
||||||
log_write "End initialize"
|
log_write "End initialize"
|
||||||
|
|
||||||
unlock
|
#unlock
|
||||||
|
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user