This commit is contained in:
tteckster 2023-03-21 20:44:55 -04:00 committed by GitHub
parent ddc557d534
commit ea71ac6e8d
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 3 additions and 2 deletions

View File

@ -1,10 +1,11 @@
#!/bin/sh
apk add bash
# Copyright (c) 2021-2023 tteck
# Author: tteck (tteckster)
# License: MIT
# https://github.com/tteck/Proxmox/raw/main/LICENSE
source <(cat $FUNCTIONS_FILE_PATH)
source /dev/stdin <<< "$FUNCTIONS_FILE_PATH"
#source <(cat $FUNCTIONS_FILE_PATH)
#echo "$FUNCTIONS_FILE_PATH" | . /dev/stdin
#eval "$(cat $FUNCTIONS_FILE_PATH)"
#eval "$(cat -- "$FUNCTIONS_FILE_PATH")"