updated with both path examples
[feisty_meow.git] / scripts / customize / fred / scripts / musical_wand.sh
index e25a4707d3f5c54ed210e89f01813da521c75602..c3af4be3756ba9a6db77c421bd4e5be3c4f8f20a 100644 (file)
@@ -9,12 +9,12 @@
 # is synched onto the other archive hosts.  in that sense, the musical host is itself a
 # musix archive, but it is treated "special".
 
-source "$FEISTY_MEOW_SCRIPTS/core/functions.sh"
+source "$FEISTY_MEOW_SCRIPTS/core/launch_feisty_meow.sh"
 
 #hmmm: add the goodness around these actions like the "nice" updater so we catch all errors.
 
 # this host is where all the music is supposed to come from.
-MUSICAL_HOST=banshee
+MUSICAL_HOST=curie
 
 #hmmm: this script is currently limited to run ON the music host.  it could easily do the backwards thing instead, and copy FROM music host.
 
@@ -23,7 +23,6 @@ MUSICAL_HOST=banshee
 MUSIX_ARCHIVE_SITE_LIST=(euphrosyne)
 #hmmm: list was contracted a lot, since we don't want to step on the updates done by syncthing.  euphrosyne is still our reference copy for what the archive states "should" be.
 
-
 if [[ ! ( $(hostname) =~ .*${MUSICAL_HOST}.* ) ]]; then
   echo "This script is only designed to run on $MUSICAL_HOST with the"
   echo "primary fred music source (external) disc plugged in."