Kumanda/client/scripts/entryPoint.sh
Dominik Meyer e7ed6c3e07
All checks were successful
continuous-integration/drone/push Build is passing
feat: prepare given amandahosts file
2024-07-31 12:55:27 +02:00

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