This commit is contained in:
Alexander 2024-02-23 18:41:53 +01:00
parent fb78ddd364
commit d1c7941fe0
2 changed files with 3 additions and 3 deletions

View file

@ -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

View file

@ -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"