diff options
author | David Walter Seikel | 2016-11-08 15:49:56 +1000 |
---|---|---|
committer | David Walter Seikel | 2016-11-08 15:49:56 +1000 |
commit | 96eda14b7a1caff77da000a9a957b20ab1a1bb6e (patch) | |
tree | ceb91518776a8b36af8f08c155074fb77f5a437a /scripts/fix_var_run.sh | |
parent | Reduce default logging level to INFO. (diff) | |
download | opensim-SC-96eda14b7a1caff77da000a9a957b20ab1a1bb6e.zip opensim-SC-96eda14b7a1caff77da000a9a957b20ab1a1bb6e.tar.gz opensim-SC-96eda14b7a1caff77da000a9a957b20ab1a1bb6e.tar.bz2 opensim-SC-96eda14b7a1caff77da000a9a957b20ab1a1bb6e.tar.xz |
Lots of hacking up the scripts to work with the new setup, and more.
Diffstat (limited to 'scripts/fix_var_run.sh')
-rwxr-xr-x | scripts/fix_var_run.sh | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/scripts/fix_var_run.sh b/scripts/fix_var_run.sh new file mode 100755 index 0000000..97567cb --- /dev/null +++ b/scripts/fix_var_run.sh | |||
@@ -0,0 +1,6 @@ | |||
1 | # Create the opensim run dir. | ||
2 | mkdir -p /var/run/opensim | ||
3 | chown opensim:opensim /var/run/opensim | ||
4 | chmod ug+rwx /var/run/opensim | ||
5 | chmod o-rwx /var/run/opensim | ||
6 | chmod g+s /var/run/opensim | ||