summaryrefslogtreecommitdiffstats
path: root/abs/core-testing/LinHES-config/restore_default_settings.sh
diff options
context:
space:
mode:
Diffstat (limited to 'abs/core-testing/LinHES-config/restore_default_settings.sh')
-rwxr-xr-xabs/core-testing/LinHES-config/restore_default_settings.sh4
1 files changed, 3 insertions, 1 deletions
diff --git a/abs/core-testing/LinHES-config/restore_default_settings.sh b/abs/core-testing/LinHES-config/restore_default_settings.sh
index 46c5fc9..5a02886 100755
--- a/abs/core-testing/LinHES-config/restore_default_settings.sh
+++ b/abs/core-testing/LinHES-config/restore_default_settings.sh
@@ -29,7 +29,9 @@ function CMD_DEFINE () {
}
function SQL_DEFINE () {
- thostname=`echo ${hostname}|tr - _`
+ thostname=`echo ${hostname}|tr -C [:alpha:] _`
+ echo "Using $thostname for temp table postfix"
+
#$1 is the table name
if [ $1 = "settings" ]
then