projects
/
feisty_meow.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
eae4835
)
working on usb hd updater
author
Chris Koeritz
<fred@gruntose.com>
Fri, 16 Jun 2017 04:25:52 +0000
(
00:25
-0400)
committer
Chris Koeritz
<fred@gruntose.com>
Fri, 16 Jun 2017 04:25:52 +0000
(
00:25
-0400)
scripts/customize/fred/scripts/update_soapbox.sh
patch
|
blob
|
history
diff --git
a/scripts/customize/fred/scripts/update_soapbox.sh
b/scripts/customize/fred/scripts/update_soapbox.sh
index 90a0e0b0aa18107c2b9ddfa63335f9730749dd87..ae918668273a87d5d1773e841315ae203de0a88b 100644
(file)
--- 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