4 lines
125 B
Bash
Executable File
4 lines
125 B
Bash
Executable File
#!/bin/bash
|
|
# Wrapper for hermes-backup.sh - just calls the actual backup script
|
|
exec /root/.hermes/scripts/hermes-backup.sh
|