Skip to content

Commit 9c6b3df

Browse files
committed
fix problem
1 parent 9204077 commit 9c6b3df

File tree

1 file changed

+6
-1
lines changed

1 file changed

+6
-1
lines changed

02_build_deb_pkg.sh

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,4 +20,9 @@ function build_deb() {
2020
}
2121

2222
# main
23-
copy_build_config && build_deb || my_error
23+
if [[ copy_build_config ]]
24+
then
25+
build_deb
26+
else
27+
my_error
28+
fi

0 commit comments

Comments
 (0)