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