Skip to content

Commit

Permalink
Removing debugging from CMD scripts
Browse files Browse the repository at this point in the history
  • Loading branch information
John Gasper committed Feb 17, 2018
1 parent 58addf7 commit 99ccf23
Show file tree
Hide file tree
Showing 6 changed files with 0 additions and 6 deletions.
1 change: 0 additions & 1 deletion container_files/usr-local-bin/daemon
Original file line number Diff line number Diff line change
@@ -1,5 +1,4 @@
#!/bin/bash
set -x

. /usr/local/bin/library.sh

Expand Down
1 change: 0 additions & 1 deletion container_files/usr-local-bin/gsh
Original file line number Diff line number Diff line change
@@ -1,5 +1,4 @@
#!/bin/bash
set -x

. /usr/local/bin/library.sh

Expand Down
1 change: 0 additions & 1 deletion container_files/usr-local-bin/scim
Original file line number Diff line number Diff line change
@@ -1,5 +1,4 @@
#!/bin/bash
set -x

. /usr/local/bin/library.sh

Expand Down
1 change: 0 additions & 1 deletion container_files/usr-local-bin/ui
Original file line number Diff line number Diff line change
@@ -1,5 +1,4 @@
#!/bin/bash
set -x

. /usr/local/bin/library.sh

Expand Down
1 change: 0 additions & 1 deletion container_files/usr-local-bin/ui-ws
Original file line number Diff line number Diff line change
@@ -1,5 +1,4 @@
#!/bin/bash
set -x

. /usr/local/bin/library.sh

Expand Down
1 change: 0 additions & 1 deletion container_files/usr-local-bin/ws
Original file line number Diff line number Diff line change
@@ -1,5 +1,4 @@
#!/bin/bash
set -x

. /usr/local/bin/library.sh

Expand Down

0 comments on commit 99ccf23

Please sign in to comment.