Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
Refactor for user home directory.
Mason Packard committed Sep 14, 2016
1 parent 1aef07a commit de7c98f
Showing 3 changed files with 3 additions and 6 deletions.
3 changes: 1 addition & 2 deletions bin/remove-comanage.sh
@@ -1,4 +1,3 @@
#!/bin/bash

rm -rf /Users/levvel/VirtualBox\ VMs/comanage-appliance-centos7-xfs/
rm -rf /home/centos/VirtualBox\ VMs/comanage-appliance-centos7-xfs/
rm -rf $USER/VirtualBox\ VMs/comanage-appliance-centos7-xfs/
3 changes: 1 addition & 2 deletions bin/remove-grouper.sh
@@ -1,4 +1,3 @@
#!/bin/bash

rm -rf /Users/levvel/VirtualBox\ VMs/grouper-appliance-centos7-xfs/
rm -rf /home/centos/VirtualBox\ VMs/grouper-appliance-centos7-xfs/
rm -rf $USER/VirtualBox\ VMs/grouper-appliance-centos7-xfs/
3 changes: 1 addition & 2 deletions bin/remove-shibboleth.sh
@@ -1,4 +1,3 @@
#!/bin/bash

rm -rf /Users/levvel/VirtualBox\ VMs/shibboleth-appliance-centos7-xfs/
rm -rf /home/centos/VirtualBox\ VMs/shibboleth-appliance-centos7-xfs/
rm -rf $USER/VirtualBox\ VMs/shibboleth-appliance-centos7-xfs/

0 comments on commit de7c98f

Please sign in to comment.