Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
Revise user home directory interpolation.
Mason Packard committed Sep 14, 2016
1 parent 5be87c4 commit 9d078c0
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion 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/
2 changes: 1 addition & 1 deletion 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/
2 changes: 1 addition & 1 deletion 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/

0 comments on commit 9d078c0

Please sign in to comment.