diff options
| author | Christian Rößler | 2015-09-12 17:05:56 +0200 |
|---|---|---|
| committer | Christian Rößler | 2015-09-12 17:05:56 +0200 |
| commit | ea3737c721c9214dd832d2c5c52817bcd359f076 (patch) | |
| tree | 239ad91d4b9bc660d6037df7432701e9dc6b496c /remote/modules/run-virt | |
| parent | [runvirt] detect_legacy.inc: Some more cosmetics. (diff) | |
| download | tm-scripts-ea3737c721c9214dd832d2c5c52817bcd359f076.tar.gz tm-scripts-ea3737c721c9214dd832d2c5c52817bcd359f076.tar.xz tm-scripts-ea3737c721c9214dd832d2c5c52817bcd359f076.zip | |
[runvirt] [vmware] Some more script cosmetics: "virtual machine description file" (vmware vmx, vbox xml)
Diffstat (limited to 'remote/modules/run-virt')
| -rw-r--r-- | remote/modules/run-virt/data/opt/openslx/scripts/includes/detect_legacy.inc | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/remote/modules/run-virt/data/opt/openslx/scripts/includes/detect_legacy.inc b/remote/modules/run-virt/data/opt/openslx/scripts/includes/detect_legacy.inc index 7211c5be..fedd5467 100644 --- a/remote/modules/run-virt/data/opt/openslx/scripts/includes/detect_legacy.inc +++ b/remote/modules/run-virt/data/opt/openslx/scripts/includes/detect_legacy.inc @@ -30,7 +30,7 @@ else LEGACY= # both strings set: no legacy. if [ ! -s "$TMPDIR/$IMGUUID" ]; then LEGACY= # no legacy: server sent 0 byte file. - writelog "Server sent zero byte vmx template uuid file. Retriggering legacy mode." + writelog "Server sent zero byte virtual machine description file. Retriggering legacy mode." fi else writelog "wget ${SLX_VMCHOOSER_BASE_URL}/lecture/${IMGUUID}: Error code $ERR. Triggering legacy mode." |
