diff --git a/bash/portal/logging.sh b/bash/portal/logging.sh index 43361b8..314566c 100755 --- a/bash/portal/logging.sh +++ b/bash/portal/logging.sh @@ -1,5 +1,8 @@ #!/bin/bash +source $RECEIVER_BASH_DIRECTORY/variables.sh +source $RECEIVER_BASH_DIRECTORY/functions.sh + ## VARIABLES python_path=`which python3`