SHA256
resolve symlinks for SCRIPT_DIR lookup
This commit is contained in:
@@ -182,7 +182,7 @@ function may_select() {
|
|||||||
|
|
||||||
|
|
||||||
SCRIPT_PATH=$(realpath -s "$0")
|
SCRIPT_PATH=$(realpath -s "$0")
|
||||||
SCRIPT_DIR=$(dirname "$SCRIPT_PATH")
|
SCRIPT_DIR=$(dirname "$(realpath "$0")")
|
||||||
SCRIPT=$(basename "$SCRIPT_PATH")
|
SCRIPT=$(basename "$SCRIPT_PATH")
|
||||||
|
|
||||||
PBC=$(command -v proxmox-backup-client)
|
PBC=$(command -v proxmox-backup-client)
|
||||||
|
|||||||
Reference in New Issue
Block a user