Skip to content

Commit

Permalink
Remove set -e for now
Browse files Browse the repository at this point in the history
  • Loading branch information
gderosa committed Oct 28, 2019
1 parent 9208680 commit c16a541
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion setup
Original file line number Diff line number Diff line change
@@ -1,6 +1,9 @@
#!/bin/bash

set -e
# Temporarily remove -e, as errors in the first setup scripts
# (not affecting the functionality, and still unclear in the details)
# prevent the openvpn one from being executed.
# set -e

ONBOARD_USER=onboard
ONBOARD_GROUP=$ONBOARD_USER
Expand Down

0 comments on commit c16a541

Please sign in to comment.