Skip to content

Commit

Permalink
Ignore the invalid warning
Browse files Browse the repository at this point in the history
We want this to output $PATH without expansion.
  • Loading branch information
breard-r committed Dec 6, 2024
1 parent b5d37e1 commit 7eae404
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions configure.sh
Original file line number Diff line number Diff line change
Expand Up @@ -101,6 +101,7 @@ mkdir -p "${CTRL_BIN_DATA}"
cp -v "${CTRL_SCRIPT_DATA}/wifi_ap_setup.sh" "${CTRL_BIN_DATA}"
chmod 755 "${CTRL_BIN_DATA}/wifi_ap_setup.sh"
chown --recursive "${CTRL_USERNAME}:${CTRL_GROUP}" "${CTRL_LOCAL_DATA}"
# shellcheck disable=SC2016
echo 'export PATH="$PATH:$HOME/.local/bin"' >>"${CTRL_HOME}/.bashrc"

# Agencement clavier
Expand Down

0 comments on commit 7eae404

Please sign in to comment.