added back in sourcing of functions.sh where date_stringer is needed.
[feisty_meow.git] / scripts / opensim / backup_opensim.sh
index e431ade0401496a27e6a9d4ecfe75897b25fe2cf..364e195519ac139fcfd8a09e589b9bc57ec05850 100644 (file)
@@ -1,6 +1,8 @@
 #!/bin/bash
 # a simple script that backs up the opensim database assets.
 
+source "$FEISTY_MEOW_SCRIPTS/core/functions.sh"
+
 host=$(echo $(hostname) | sed -e 's/\([^.]*\)\..*/\1/')
 
 bkupname=opensim_bkup_${host}_$(date_stringer).mysql_bkup