Compare commits
2 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
9cb7d6ce9d | ||
|
|
ce062f30ca |
@@ -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
|
||||||
|
|
||||||
}
|
}
|
||||||
|
|
||||||
@@ -1496,7 +1496,7 @@ function debug2 {
|
|||||||
|
|
||||||
VERSION=0
|
VERSION=0
|
||||||
SUB_VERSION=4
|
SUB_VERSION=4
|
||||||
RELEASE_VERSION=3
|
RELEASE_VERSION=4
|
||||||
|
|
||||||
DIR_SCRIPT=`dirname $0`
|
DIR_SCRIPT=`dirname $0`
|
||||||
NAME_SCRIPT=${0##*/}
|
NAME_SCRIPT=${0##*/}
|
||||||
|
|||||||
Reference in New Issue
Block a user