aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/scripts/robust-include
diff options
context:
space:
mode:
authoronefang2019-08-01 05:54:22 +1000
committeronefang2019-08-01 05:54:22 +1000
commitdbff9cb5ec4b84a75b3eef1569c0da9c2175784e (patch)
treedcdcfe36060b63cd96ddfad6d2e76f40d525355c /scripts/robust-include
parentAutomatically add members to certain groups, and HGers from specific grids to... (diff)
downloadopensim-SC_OLD-dbff9cb5ec4b84a75b3eef1569c0da9c2175784e.zip
opensim-SC_OLD-dbff9cb5ec4b84a75b3eef1569c0da9c2175784e.tar.gz
opensim-SC_OLD-dbff9cb5ec4b84a75b3eef1569c0da9c2175784e.tar.bz2
opensim-SC_OLD-dbff9cb5ec4b84a75b3eef1569c0da9c2175784e.tar.xz
ROBUST does support includes, so use them.
Diffstat (limited to 'scripts/robust-include')
-rwxr-xr-xscripts/robust-include11
1 files changed, 0 insertions, 11 deletions
diff --git a/scripts/robust-include b/scripts/robust-include
deleted file mode 100755
index e427eb1..0000000
--- a/scripts/robust-include
+++ /dev/null
@@ -1,11 +0,0 @@
1#!/bin/bash
2
3# Silly script to get around the lack of includes in ROBUST.
4
5source common.sh
6getPrgDir
7
8# The problem here is that the > bit is executed as the user, not as opensim.
9cat ${PRGDIR}/../../config/config.ini ${PRGDIR}/../bin/Robust.ini >${PRGDIR}/../../config/Robust.ini
10chown -R ${OS_USER}:${OS_USER} ${PRGDIR}/../../config/Robust.ini
11chmod 600 ${PRGDIR}/../../config/Robust.ini