From c67fd4105717f2f615f8e311fa22ef53c73f3afa Mon Sep 17 00:00:00 2001 From: Simon Rettberg Date: Thu, 29 Feb 2024 16:44:27 +0100 Subject: [run-virt] Don't have writelog at this point --- core/modules/run-virt/data/opt/openslx/vmchooser/vmchooser-run_virt | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'core') diff --git a/core/modules/run-virt/data/opt/openslx/vmchooser/vmchooser-run_virt b/core/modules/run-virt/data/opt/openslx/vmchooser/vmchooser-run_virt index e8618edf..ca881f29 100755 --- a/core/modules/run-virt/data/opt/openslx/vmchooser/vmchooser-run_virt +++ b/core/modules/run-virt/data/opt/openslx/vmchooser/vmchooser-run_virt @@ -86,7 +86,8 @@ readonly LOGFILE main() { declare -rg MAINPID="$BASHPID" - writelog "MAINPID: $MAINPID" + # Don't have writelog yet + echo "MAINPID: $MAINPID" # Functions needed by vmchooser-run_virt (writelog(), cleanexit(), safesource()) declare -rg RUN_VIRT_INCLUDE_DIR="${VMCHOOSER_DIR}/run-virt-includes" if ! source "${RUN_VIRT_INCLUDE_DIR}/vmchooser_runvirt_functions.inc"; then -- cgit v1.2.3-55-g7522