Rimosso lock/unlock nella funzione init per risolvere problema di inizializzazione
This commit is contained in:
@@ -10,7 +10,7 @@
|
||||
#
|
||||
function initialize {
|
||||
|
||||
lock
|
||||
#lock
|
||||
|
||||
log_write "Run initialize"
|
||||
|
||||
@@ -52,7 +52,7 @@ function initialize {
|
||||
|
||||
log_write "End initialize"
|
||||
|
||||
unlock
|
||||
#unlock
|
||||
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user