summaryrefslogtreecommitdiffstats
path: root/core/modules/run-virt-docker/data/opt/openslx/vmchooser/plugins/docker/.bwlp-user-conf
blob: b476159939bb93d63f0652d7a5c35045606bdac6 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
#!/bin/bash
# this configfile holds env vars for user context

# Functions (writelog(), cleanexit(), safesource())
source /opt/openslx/vmchooser/run-virt-includes/vmchooser_runvirt_functions.inc

# do not use writelog in this context
function writelog () {
    echo $1
}