summaryrefslogtreecommitdiff
path: root/packages/debian/cloud-init.postinst
diff options
context:
space:
mode:
authorScott Moser <smoser@ubuntu.com>2016-03-04 00:10:36 -0500
committerScott Moser <smoser@ubuntu.com>2016-03-04 00:10:36 -0500
commita782829a083c7170df62dda94d6b7441963dcb94 (patch)
treeff5cfe752617a508541395e16fbb20802f580729 /packages/debian/cloud-init.postinst
parent964aeaa9c1eac3fafa73ef9abf344613a093cb06 (diff)
downloadvyos-cloud-init-a782829a083c7170df62dda94d6b7441963dcb94.tar.gz
vyos-cloud-init-a782829a083c7170df62dda94d6b7441963dcb94.zip
remove debug set -x
Diffstat (limited to 'packages/debian/cloud-init.postinst')
-rw-r--r--packages/debian/cloud-init.postinst1
1 files changed, 0 insertions, 1 deletions
diff --git a/packages/debian/cloud-init.postinst b/packages/debian/cloud-init.postinst
index f1222b42..cdd0466d 100644
--- a/packages/debian/cloud-init.postinst
+++ b/packages/debian/cloud-init.postinst
@@ -1,5 +1,4 @@
#!/bin/sh
-set -x
cleanup_lp1552999() {
local oldver="$1" last_bad_ver="0.7.7~bzr1178"
dpkg --compare-versions "$oldver" le "$last_bad_ver" || return 0