Skip to content

Commit

Permalink
Fixing script permissions on Debian install
Browse files Browse the repository at this point in the history
  • Loading branch information
arlake228 committed Mar 6, 2024
1 parent 5d756bc commit 08b019d
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,7 @@ set -e
case "$1" in
configure)
# check if installation or update, where version is a parameter
chmod 755 /usr/lib/perfsonar/host_metrics/perfsonar_host_exporter
if [ -z "$2" ]; then

#set node_exporter opts
Expand Down

0 comments on commit 08b019d

Please sign in to comment.