Skip to content

Commit

Permalink
fix(install): remove old pulsebridge path on install
Browse files Browse the repository at this point in the history
  • Loading branch information
Deavon M. McCaffery committed Feb 13, 2017
1 parent 7a44dfb commit 4f5525c
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions install.sh
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,7 @@ function success() {
if [ -d $PB_PROMPT ]; then
if [ -d $AM_PROMPT ]; then
cp -R $PB_PROMPT/* $AM_PROMPT/ 1>/dev/null
rm -rf $PB_PROMPT
else
mkdir -p $AM_PROMPT 1>/dev/null
mv $PB_PROMPT $AM_PROMPT 1>/dev/null
Expand Down

0 comments on commit 4f5525c

Please sign in to comment.