diff --git a/build.sh b/build.sh index 39f4ec1284..88d18cf198 100644 --- a/build.sh +++ b/build.sh @@ -3,9 +3,9 @@ # Tell build process to exit if there are any errors. set -oue pipefail -CONFIG_DIRECTORY="/usr/share/ublue-os/startingpoint/" +CONFIG_DIRECTORY="/usr/share/ublue-os/startingpoint" RECIPE_FILE="$CONFIG_DIRECTORY/$RECIPE" -MODULE_DIRECTORY="/tmp/modules/" +MODULE_DIRECTORY="/tmp/modules" # https://mikefarah.gitbook.io/yq/usage/tips-and-tricks#yq-in-a-bash-loop get_yaml_array() {