From 9d078c06d6f72eb8d26b062ecf4dccce99a6e35e Mon Sep 17 00:00:00 2001 From: Mason Packard Date: Wed, 14 Sep 2016 18:11:50 -0400 Subject: [PATCH] Revise user home directory interpolation. --- bin/remove-comanage.sh | 2 +- bin/remove-grouper.sh | 2 +- bin/remove-shibboleth.sh | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/bin/remove-comanage.sh b/bin/remove-comanage.sh index 1401355..e56368b 100755 --- a/bin/remove-comanage.sh +++ b/bin/remove-comanage.sh @@ -1,3 +1,3 @@ #!/bin/bash -rm -rf ~/VirtualBox\ VMs/comanage-appliance-centos7-xfs/ +rm -rf $HOME/VirtualBox\ VMs/comanage-appliance-centos7-xfs/ diff --git a/bin/remove-grouper.sh b/bin/remove-grouper.sh index 00f8d2b..4bbf6da 100755 --- a/bin/remove-grouper.sh +++ b/bin/remove-grouper.sh @@ -1,3 +1,3 @@ #!/bin/bash -rm -rf ~/VirtualBox\ VMs/grouper-appliance-centos7-xfs/ +rm -rf $HOME/VirtualBox\ VMs/grouper-appliance-centos7-xfs/ diff --git a/bin/remove-shibboleth.sh b/bin/remove-shibboleth.sh index 40fc06b..a106560 100755 --- a/bin/remove-shibboleth.sh +++ b/bin/remove-shibboleth.sh @@ -1,3 +1,3 @@ #!/bin/bash -rm -rf ~/VirtualBox\ VMs/shibboleth-appliance-centos7-xfs/ +rm -rf $HOME/VirtualBox\ VMs/shibboleth-appliance-centos7-xfs/