feat: prepare given amandahosts file
All checks were successful
continuous-integration/drone/push Build is passing
All checks were successful
continuous-integration/drone/push Build is passing
This commit is contained in:
parent
6309901da2
commit
e7ed6c3e07
@ -1,3 +1,9 @@
|
|||||||
#!/bin/bash
|
#!/bin/bash
|
||||||
|
|
||||||
|
if [ -e /var/backups/amandahosts ]; then
|
||||||
|
cp /var/backups/amandahosts /var/backups/.amandahosts
|
||||||
|
chmod 600 /var/backups/.amandahosts
|
||||||
|
fi
|
||||||
|
|
||||||
|
|
||||||
inetd -d /etc/inetd.conf
|
inetd -d /etc/inetd.conf
|
Loading…
Reference in New Issue
Block a user