summaryrefslogtreecommitdiffstats
path: root/remote/modules
diff options
context:
space:
mode:
authorManuel Schneider2013-10-18 17:19:38 +0200
committerManuel Schneider2013-10-18 17:19:38 +0200
commit3456c9ba1c9b6f2b47cf6de26d14af57f3b593b4 (patch)
treeecc71e5cc5cda9e470b490ef2034370b25cb54d4 /remote/modules
parentMerge branch 'master' of git.openslx.org:openslx-ng/tm-scripts (diff)
downloadtm-scripts-3456c9ba1c9b6f2b47cf6de26d14af57f3b593b4.tar.gz
tm-scripts-3456c9ba1c9b6f2b47cf6de26d14af57f3b593b4.tar.xz
tm-scripts-3456c9ba1c9b6f2b47cf6de26d14af57f3b593b4.zip
[printer] Fixed horrible typo
Diffstat (limited to 'remote/modules')
-rwxr-xr-xremote/modules/vmchooser/data/opt/openslx/scripts/vmchooser-run_virt2
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 81f8c2e1..4a0ba8c6 100755
--- a/remote/modules/vmchooser/data/opt/openslx/scripts/vmchooser-run_virt
+++ b/remote/modules/vmchooser/data/opt/openslx/scripts/vmchooser-run_virt
@@ -437,7 +437,7 @@ QUEUE="STANDARD"
# Start the lpdaemon listening on the given port
busybox tcpsvd -E 0.0.0.0 5515 \
busybox lpd "$SPOOLDIR" \
- sh -c "printergui $USER $SPOOOLDIR/$QUEUE/\$DATAFILE" &
+ sh -c "printergui $USER $SPOOLDIR/$QUEUE/\$DATAFILE" &
# PID to kill the process
PID_LPD="$!"