We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent fcfa776 commit 3a70bb0Copy full SHA for 3a70bb0
build_iso.sh
@@ -1,6 +1,6 @@
1
#!/bin/bash
2
3
-wd=`dirname $0`
+wd=${dirname $0}
4
#docker-compose -f $wd/docker-compose.yml run --rm fai-setup bash -c "rm -rf /ext/*"
5
6
# removing the volume in case it exists from a precedent build operation
@@ -38,5 +38,4 @@ docker cp fai-setup:/ext/seapath.iso .
38
docker-compose -f $wd/docker-compose.yml down
39
40
# Removing the volume
41
-docker volume rm build_debian_iso_ext
42
-
+docker volume rm build_debian_iso_ext
0 commit comments