Skip to content

Commit 4bc779a

Browse files
committed
fix linter errors
1 parent 884a3d8 commit 4bc779a

File tree

6 files changed

+6
-6
lines changed

6 files changed

+6
-6
lines changed

scripts/qutselect_connect_app.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
#!/bin/bash
2-
# shellcheck shell=dash disable=SC3010,SC3020,SC3057,SC3004,SC3060,SC2030,SC2031
2+
# shellcheck shell=dash disable=SC3010,SC3020,SC3057,SC3004,SC3060,SC2030,SC2031,SC3014,SC3015
33
#
44
# This is a startup script for qutselect which initates a
55
# third-party application download+install in a thinRoot

scripts/qutselect_connect_pve.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
#!/bin/bash
2-
# shellcheck shell=dash disable=SC3010,SC3020
2+
# shellcheck shell=dash disable=SC3010,SC3020,SC3014,SC3015
33
#
44
# This is a startup script for qutselect which initates a
55
# RDP session to a windows server

scripts/qutselect_connect_rdp.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
#!/bin/bash
2-
# shellcheck shell=dash disable=SC3010,SC3020
2+
# shellcheck shell=dash disable=SC3010,SC3020,SC3014,SC3015
33
#
44
# This is a startup script for qutselect which initates a
55
# RDP session to a windows server

scripts/qutselect_connect_tlinc.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
#!/bin/bash
2-
# shellcheck shell=dash disable=SC3010,SC3020
2+
# shellcheck shell=dash disable=SC3010,SC3020,SC3014,SC3015
33
#
44
# This is a startup script for qutselect which initates a
55
# ThinLinc session to a thinlinc server

scripts/qutselect_connect_vnc.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
#!/bin/bash
2-
# shellcheck shell=dash disable=SC3010,SC3020
2+
# shellcheck shell=dash disable=SC3010,SC3020,SC3014,SC3015
33
#
44
# This is a startup script for qutselect which initates a
55
# VNC session to a windows server via 'vncviewer'

scripts/tl-best-winserver

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
#!/bin/bash
2-
# shellcheck shell=dash disable=SC3010,SC3020
2+
# shellcheck shell=dash disable=SC3010,SC3020,SC3014,SC3015
33
#
44
# This is a shell script which mimics the behaviour of tl-best-winserver
55
# which is installed with the Server component of ThinLinc. It can be used

0 commit comments

Comments
 (0)