Skip to content

Commit

Permalink
Removed chmod
Browse files Browse the repository at this point in the history
  • Loading branch information
GilHoggarth committed Dec 8, 2023
1 parent 8ead361 commit 1c8673d
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion monitor/aws/start_monitor.sh
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,6 @@ export ALERTMANAGER_DATA=${STORAGE_PATH}/alertmanager
export ALERTMANAGER_PORT=9093
[[ -d ${ALERTMANAGER_DATA}/ ]] || mkdir -p ${ALERTMANAGER_DATA}
envsubst < ./alertmanager/config.yml-template > ./alertmanager/config.yml
chmod 777 ${ALERTMANAGER_DATA}/
sudo chown nobody:nobody ${ALERTMANAGER_DATA}


Expand Down

0 comments on commit 1c8673d

Please sign in to comment.