We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 14cc71d commit 689d2b2Copy full SHA for 689d2b2
2 files changed
ubuntu1404/builder.sh
@@ -16,8 +16,6 @@
16
# specific language governing permissions and limitations
17
# under the License.
18
19
-set -e
20
-
21
# Adjust user and group provided by host
22
adjust_owner() {
23
# if both set then change the owner
@@ -51,5 +49,5 @@ if [ $? -eq 0 ]; then
51
49
else
52
50
adjust_owner
53
echo "Packaging DEB failed"
54
- exit 1
+ exit $?
55
fi
ubuntu1604/builder.sh
0 commit comments