Compare commits
1 Commits
Author | SHA1 | Date | |
---|---|---|---|
f30eb7fb9e |
2
scwrypts
2
scwrypts
@ -53,8 +53,6 @@ __RUN() {
|
|||||||
local RUN_STRING=$(__GET_RUN_STRING $SCRIPT $ENV_NAME)
|
local RUN_STRING=$(__GET_RUN_STRING $SCRIPT $ENV_NAME)
|
||||||
[ ! $RUN_STRING ] && exit 3
|
[ ! $RUN_STRING ] && exit 3
|
||||||
|
|
||||||
[ -f $_VIRTUALENV ] && source $_VIRTUALENV
|
|
||||||
|
|
||||||
##########################################
|
##########################################
|
||||||
|
|
||||||
local LOGFILE=$(__GET_LOGFILE $SCRIPT)
|
local LOGFILE=$(__GET_LOGFILE $SCRIPT)
|
||||||
|
Reference in New Issue
Block a user