diff trunk/experiments/scripts/master.sh @ 350:54f37df74ef1

- AWS
author tomwalters
date Wed, 11 Aug 2010 11:36:00 +0000
parents f409e18bedc8
children a7a6dba4a932
line wrap: on
line diff
--- a/trunk/experiments/scripts/master.sh	Wed Aug 11 11:27:07 2010 +0000
+++ b/trunk/experiments/scripts/master.sh	Wed Aug 11 11:36:00 2010 +0000
@@ -67,6 +67,10 @@
   sudo chown `whoami` $FEATURES_ROOT
 fi
 
+if [ ! -e /mnt/experiments/htk/.htk_installed_success ]; then
+  ./HTK/install_htk.sh
+done
+
 for SOURCE_SNR in $FEATURE_DIRS; do
   
   if [ ! -e $FEATURES_ROOT/mfcc/$SOURCE_SNR/.make_mfcc_features_success ]; then