Skip to content

Commit 4fd38f3

Browse files
committed
remove shellcheck disable
1 parent db65a2b commit 4fd38f3

File tree

1 file changed

+2
-1
lines changed
  • registry/coder/modules/kasmvnc

1 file changed

+2
-1
lines changed

registry/coder/modules/kasmvnc/run.sh

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -284,11 +284,12 @@ fi
284284
VNC_LOG="/tmp/kasmvncserver.log"
285285
# Start the server
286286
printf "🚀 Starting KasmVNC server...\n"
287+
287288
set +e
288-
# shellcheck disable=SC2086
289289
vncserver -select-de "${DESKTOP_ENVIRONMENT}" -disableBasicAuth > "$VNC_LOG" 2>&1
290290
RETVAL=$?
291291
set -e
292+
292293
if [[ $RETVAL -ne 0 ]]; then
293294
echo "ERROR: Failed to start KasmVNC server. Return code: $RETVAL"
294295
if [[ -f "$VNC_LOG" ]]; then

0 commit comments

Comments
 (0)