summaryrefslogtreecommitdiff
path: root/debootstrap.sh
diff options
context:
space:
mode:
authorAndrew Cady <d@jerkface.net>2018-06-12 11:23:31 -0400
committerAndrew Cady <d@jerkface.net>2018-06-13 17:13:52 -0400
commitc8b669b45576a85e4be47b4ea972e4ddeb9bda8f (patch)
tree7cdacb09535849d8610f73e5f35b4900ef8e7387 /debootstrap.sh
parent7490ed85811bed1822ca51fa7bdb796beb354dfe (diff)
show currently running suite in output
Diffstat (limited to 'debootstrap.sh')
-rwxr-xr-xdebootstrap.sh1
1 files changed, 1 insertions, 0 deletions
diff --git a/debootstrap.sh b/debootstrap.sh
index 0b62694..28b0c31 100755
--- a/debootstrap.sh
+++ b/debootstrap.sh
@@ -17,6 +17,7 @@ Usage:
17 $0 show unpackaged-du <suite> <name> 17 $0 show unpackaged-du <suite> <name>
18 18
19EOF 19EOF
20 printf "Currently running suite:\n %s\n" "$(lsb_release -cs)"
20 list 21 list
21 exit 1 22 exit 1
22} 23}