home

Unnamed repository; edit this file 'description' to name the repository.
Log | Files | Refs | README | LICENSE

commit b527d2f3134f6a16a05feac5f2ff907c21a926bf
parent f95c9135ddfe63b96731e29769103c68a7b9d42a
Author: Vincent Demeester <vincent@sbr.pm>
Date:   Wed, 29 Apr 2020 01:20:21 +0200

install.sh: fix unbounded variables

Signed-off-by: Vincent Demeester <vincent@sbr.pm>

Diffstat:
Minstall.sh | 4++++
1 file changed, 4 insertions(+), 0 deletions(-)

diff --git a/install.sh b/install.sh @@ -6,6 +6,10 @@ set -euo pipefail +name="" +disk="" +swap="" + read -p "Hostname: " name read -p "Disk:" disk read -p "Swap size (8GiB)": swap