Skip to content

Commit 13f361e

Browse files
committed
disable shell debug
1 parent c1a4f81 commit 13f361e

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

debian/cnb-cache-mysql.postinst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
#!/bin/sh
22
set -e
3-
set -x
3+
#set -x
44

55

66
. /usr/share/debconf/confmodule

debian/cnb-cache-sqlite.postinst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
#!/bin/sh
22
set -e
3-
set -x
3+
#set -x
44

55
. /usr/share/debconf/confmodule
66

debian/cnb-cache.postinst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
#!/bin/sh
22
set -e
3-
set -x
3+
#set -x
44

55

66
. /usr/share/debconf/confmodule

0 commit comments

Comments
 (0)