forked from Bitmessage/buildbot-scripts
Don't fail if config file missing
- seems to better fit into the workflow
This commit is contained in:
parent
2736785d7d
commit
ba0a697b4f
|
@ -63,7 +63,7 @@ fi
|
||||||
|
|
||||||
if [ ! -e "$config_file" ]; then
|
if [ ! -e "$config_file" ]; then
|
||||||
echo "No $config_file found, exiting"
|
echo "No $config_file found, exiting"
|
||||||
exit 1
|
exit 0
|
||||||
fi
|
fi
|
||||||
|
|
||||||
function aptinstall() {
|
function aptinstall() {
|
||||||
|
|
Loading…
Reference in New Issue
Block a user