Skip to content

Commit

Permalink
Add the missing $
Browse files Browse the repository at this point in the history
  • Loading branch information
breard-r committed Jun 6, 2024
1 parent 1358574 commit cdc0779
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion finalize_install.sh
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ CTRL_RESULTS_DIR="${CTRL_DESKTOP}/Resultats"
SCRIPTS_ROOT="${CTRL_HOME}/script_data"

COOKIES_LIST_TAG_NAME=$(curl --silent "https://api.github.com/repos/LINCnil/CNIL-Cookies-List/releases/latest" | jq '.tag_name' | tr --delete '"')
COOKIES_LIST_VERSION=$(echo "COOKIES_LIST_TAG_NAME" | tr --delete 'v')
COOKIES_LIST_VERSION=$(echo "$COOKIES_LIST_TAG_NAME" | tr --delete 'v')
COOKIES_LIST_CHROME_ID="fejljjffnkkeabbgokmalgbamkdobekb"
COOKIES_LIST_DIR="${CTRL_HOME}/CNIL-Cookies-List"
COOKIES_LIST_BASE_URL="https://github.com/LINCnil/CNIL-Cookies-List/releases/download/${COOKIES_LIST_TAG_NAME}/"
Expand Down

0 comments on commit cdc0779

Please sign in to comment.