Skip to content

Commit 5143557

Browse files
committed
add exit code
1 parent f96cd52 commit 5143557

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

start.bash

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@
1313
# limitations under the License.
1414
if [[ "$(whoami)" != "root" ]]; then
1515
echo "Please change to root user and retry."
16-
exit
16+
exit 1
1717
fi
1818

1919
echo "Docker pull dependency images, you can comment this if already have them ..."

0 commit comments

Comments
 (0)