From 5be87c4c9c7d9af48faf6db4f471a568d6588653 Mon Sep 17 00:00:00 2001 From: Mason Packard Date: Wed, 14 Sep 2016 18:02:41 -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 21bbc93..1401355 100755 --- a/bin/remove-comanage.sh +++ b/bin/remove-comanage.sh @@ -1,3 +1,3 @@ #!/bin/bash -rm -rf $USER/VirtualBox\ VMs/comanage-appliance-centos7-xfs/ +rm -rf ~/VirtualBox\ VMs/comanage-appliance-centos7-xfs/ diff --git a/bin/remove-grouper.sh b/bin/remove-grouper.sh index dbbf98a..00f8d2b 100755 --- a/bin/remove-grouper.sh +++ b/bin/remove-grouper.sh @@ -1,3 +1,3 @@ #!/bin/bash -rm -rf $USER/VirtualBox\ VMs/grouper-appliance-centos7-xfs/ +rm -rf ~/VirtualBox\ VMs/grouper-appliance-centos7-xfs/ diff --git a/bin/remove-shibboleth.sh b/bin/remove-shibboleth.sh index e9940ca..40fc06b 100755 --- a/bin/remove-shibboleth.sh +++ b/bin/remove-shibboleth.sh @@ -1,3 +1,3 @@ #!/bin/bash -rm -rf $USER/VirtualBox\ VMs/shibboleth-appliance-centos7-xfs/ +rm -rf ~/VirtualBox\ VMs/shibboleth-appliance-centos7-xfs/