diff options
author | 2016-09-23 14:03:02 +0200 | |
---|---|---|
committer | 2017-08-11 12:56:12 -0700 | |
commit | 547d4317b3c73b28cbda313b5a2428728de71d7c (patch) | |
tree | 7bb54409c13a728ea56e4972e1df13d7e455c919 /bifrost/scripts | |
parent | d221dcac953aeda017ae0cee922244b613ceafe7 (diff) |
bifrost: Get rid of httpboot and tftpboot directories
Change-Id: If2af5177e8614651664c7de9cde3e681ec2bb43c
Signed-off-by: Fatih Degirmenci <fatih.degirmenci@ericsson.com>
Diffstat (limited to 'bifrost/scripts')
-rwxr-xr-x | bifrost/scripts/destroy-env.sh | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/bifrost/scripts/destroy-env.sh b/bifrost/scripts/destroy-env.sh index 86d7bc48..72ade5b1 100755 --- a/bifrost/scripts/destroy-env.sh +++ b/bifrost/scripts/destroy-env.sh @@ -37,8 +37,8 @@ rm -rf /var/log/libvirt/baremetal_logs/*.log CLEAN_DIB_IMAGES=${CLEAN_DIB_IMAGES:-false} if [ $CLEAN_DIB_IMAGES = "true" ]; then - rm -rf /httpboot/* - rm -rf /tftpboot/* + rm -rf /httpboot + rm -rf /tftpboot fi # remove VM disk images |