summaryrefslogtreecommitdiffstats
path: root/core
diff options
context:
space:
mode:
authorSimon Rettberg2024-02-29 16:44:27 +0100
committerSimon Rettberg2024-02-29 16:44:27 +0100
commitc67fd4105717f2f615f8e311fa22ef53c73f3afa (patch)
treed5b3697280516da84156fbef9455fec8cb412526 /core
parent[xorg] Implement has_option in Xsession (diff)
downloadmltk-c67fd4105717f2f615f8e311fa22ef53c73f3afa.tar.gz
mltk-c67fd4105717f2f615f8e311fa22ef53c73f3afa.tar.xz
mltk-c67fd4105717f2f615f8e311fa22ef53c73f3afa.zip
[run-virt] Don't have writelog at this point
Diffstat (limited to 'core')
-rwxr-xr-xcore/modules/run-virt/data/opt/openslx/vmchooser/vmchooser-run_virt3
1 files changed, 2 insertions, 1 deletions
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