Fix permissions of file containing password
This commit is contained in:
parent
f86c927fc3
commit
7732427483
1 changed files with 1 additions and 1 deletions
2
Makefile
2
Makefile
|
@ -3,7 +3,7 @@ install:
|
|||
@cp borg_exporter.sh /usr/local/bin/ \
|
||||
&& chmod +x /usr/local/bin/borg_exporter.sh \
|
||||
&& cp -n borg_exporter.rc /etc/borg_exporter.rc \
|
||||
&& chmod 700 /etc/borg_exporter.rc \
|
||||
&& chmod 400 /etc/borg_exporter.rc \
|
||||
&& cp prometheus-borg-exporter.timer /etc/systemd/system/ \
|
||||
&& cp prometheus-borg-exporter.service /etc/systemd/system/ \
|
||||
&& echo -n "Edit the config file /etc/borg_exporter.rc and press [ENTER] when finished "; read _ \
|
||||
|
|
Loading…
Reference in a new issue