resource directory create command added

This commit is contained in:
victor 2020-02-11 22:48:31 +03:30
parent 8abcaf8e77
commit 7aac5aa057
1 changed files with 3 additions and 1 deletions

View File

@ -54,7 +54,9 @@ main(){
else
error "user.reg Not Found :("
fi
#create resources directory
rmdir_if_exist $RESOURCES_PATH
}
function setup_log(){