Make bootstrap script more strict
It now exits on the first error and requires variables to be set.
This commit is contained in:
parent
910f6976dc
commit
f6a4a08b69
|
|
@ -1,4 +1,4 @@
|
||||||
#!/bin/sh
|
#!/bin/sh -eu
|
||||||
# bootstrap.sh -- a Devuan base image
|
# bootstrap.sh -- a Devuan base image
|
||||||
# Copyright (C) 2017 Olaf Meeuwissen
|
# Copyright (C) 2017 Olaf Meeuwissen
|
||||||
#
|
#
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue