added shell entrypoint
This commit is contained in:
11
pbsclient/docker/scripts/entrypoint.sh
Normal file → Executable file
11
pbsclient/docker/scripts/entrypoint.sh
Normal file → Executable file
@@ -1,3 +1,10 @@
|
||||
#!bin/bash
|
||||
#!/bin/bash
|
||||
|
||||
if [[ "$MODE" == "shell" ]]; then
|
||||
"$@"
|
||||
else
|
||||
proxmox-backup-client "$@"
|
||||
fi
|
||||
|
||||
|
||||
|
||||
proxmox-backup-client "$@"
|
||||
Reference in New Issue
Block a user