Skip to content

Commit

Permalink
Update 1_post_install_script.sh
Browse files Browse the repository at this point in the history
  • Loading branch information
michacassola committed Dec 29, 2024
1 parent 68af2c5 commit e206921
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion 1_post_install_script.sh
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ CROWDSEC_PLUGIN_DIR="${CROWDSEC_USR_DIR}/plugins"
CROWDSEC_CONSOLE_DIR="${CROWDSEC_CONFIG_PATH}/console"

if [[ ! -d /etc/uny/crowdsec ]]; then
cd etc || exit
cd config || exit
find patterns -type f -exec install -Dm 644 "{}" "${CROWDSEC_CONFIG_PATH}/{}" \;
cd ../ || exit

Expand Down

0 comments on commit e206921

Please sign in to comment.