diff options
| author | Jonathan Bauer | 2014-04-14 15:33:26 +0200 |
|---|---|---|
| committer | Jonathan Bauer | 2014-04-14 15:33:26 +0200 |
| commit | 82401448e2d43c48a7187f2df3577b0f7a545519 (patch) | |
| tree | 41b25d441ea1f89bc2e06b5f0dedac84c47c715e /remote/modules/vmchooser | |
| parent | [systemd] apply openslx patch only in systemd<212 (diff) | |
| parent | [systemd] git REQUIRED_URL and REQUIRED_KMOD_URL added to U14.04-conf (diff) | |
| download | tm-scripts-82401448e2d43c48a7187f2df3577b0f7a545519.tar.gz tm-scripts-82401448e2d43c48a7187f2df3577b0f7a545519.tar.xz tm-scripts-82401448e2d43c48a7187f2df3577b0f7a545519.zip | |
Merge branch 'master' of git.openslx.org:openslx-ng/tm-scripts
Diffstat (limited to 'remote/modules/vmchooser')
| -rwxr-xr-x | remote/modules/vmchooser/data/opt/openslx/scripts/vmchooser-run_virt | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/remote/modules/vmchooser/data/opt/openslx/scripts/vmchooser-run_virt b/remote/modules/vmchooser/data/opt/openslx/scripts/vmchooser-run_virt index ec9f906e..c4ae4617 100755 --- a/remote/modules/vmchooser/data/opt/openslx/scripts/vmchooser-run_virt +++ b/remote/modules/vmchooser/data/opt/openslx/scripts/vmchooser-run_virt @@ -51,7 +51,7 @@ cleanexit () { sleep 1 # remove config dirs when exit if echo "${RMDIRS}" 2>/dev/null | grep -q "${xmlvirt}"; then - writelog "${xmlvirt} exited. Cleanning up... \c" + writelog "${xmlvirt} exited. Cleaning up... \c" rm -rf -- ${RMDIRS} >/dev/null 2>&1 writelog "done" fi |
