Dominik Meyer
e7ed6c3e07
All checks were successful
continuous-integration/drone/push Build is passing
9 lines
181 B
Bash
Executable File
9 lines
181 B
Bash
Executable File
#!/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 |