resource directory create command added
This commit is contained in:
parent
8abcaf8e77
commit
7aac5aa057
|
@ -54,7 +54,9 @@ main(){
|
||||||
else
|
else
|
||||||
error "user.reg Not Found :("
|
error "user.reg Not Found :("
|
||||||
fi
|
fi
|
||||||
|
|
||||||
|
#create resources directory
|
||||||
|
rmdir_if_exist $RESOURCES_PATH
|
||||||
}
|
}
|
||||||
|
|
||||||
function setup_log(){
|
function setup_log(){
|
||||||
|
|
Loading…
Reference in New Issue