Files
proxmox/pbsclient/docker/scripts/entrypoint.sh

11 lines
98 B
Bash
Executable File

#!/bin/bash
if [[ "$MODE" == "shell" ]]; then
"$@"
else
proxmox-backup-client "$@"
fi