fix
This commit is contained in:
parent
fb78ddd364
commit
d1c7941fe0
2 changed files with 3 additions and 3 deletions
|
|
@ -49,3 +49,6 @@ check_tools() {
|
|||
|
||||
echo -e "${GREEN}SUCCESS: All tools are available${NC}"
|
||||
}
|
||||
|
||||
export -f check_tools
|
||||
export RED GREEN YELLOW PURPLE NC FW_DIR OPTIONS_DIR KEYS_DIR TEMP_DIR TOOLS_DIR ROOTFS_DIR
|
||||
|
|
|
|||
3
patch.sh
3
patch.sh
|
|
@ -27,9 +27,6 @@ fi
|
|||
|
||||
check_tools "awk head sed"
|
||||
|
||||
export project_root ROOTFS_DIR OPTIONS_DIR KEYS_DIR FW_DIR TEMP_DIR
|
||||
export -f check_tools
|
||||
|
||||
# remove the old result file for the installed options
|
||||
rm -f "$installed_options"
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue