From: Chris Koeritz Date: Fri, 16 Jun 2017 04:25:52 +0000 (-0400) Subject: working on usb hd updater X-Git-Tag: 2.140.90~170 X-Git-Url: https://feistymeow.org/gitweb/?a=commitdiff_plain;h=b77dda2fb674fc31327bc6fee7beb6d45c690ef5;hp=eae48351169fb8844dabfa1f08df6a657db64b2a;p=feisty_meow.git working on usb hd updater --- diff --git a/scripts/customize/fred/scripts/update_soapbox.sh b/scripts/customize/fred/scripts/update_soapbox.sh index 90a0e0b0..ae918668 100644 --- a/scripts/customize/fred/scripts/update_soapbox.sh +++ b/scripts/customize/fred/scripts/update_soapbox.sh @@ -49,6 +49,25 @@ fi sep +echo synching basement... +rsync -av /z/basement/* /media/fred/soapboxdrive/basement/ +if [ $? -ne 0 ]; then + echo The basement sync failed. + exit 1 +fi + +sep + +echo synching imaginations... +rsync -av /z/imaginations/* /media/fred/soapboxdrive/imaginations/ +if [ $? -ne 0 ]; then + echo The imaginations sync failed. + exit 1 +fi + +sep + +echo synching musix... echo getting latest fred codes... pushd /media/fred/soapboxdrive get_source extra_brain