From 96eda14b7a1caff77da000a9a957b20ab1a1bb6e Mon Sep 17 00:00:00 2001 From: David Walter Seikel Date: Tue, 8 Nov 2016 15:49:56 +1000 Subject: Lots of hacking up the scripts to work with the new setup, and more. --- scripts/fix_var_run.sh | 6 ++++++ 1 file changed, 6 insertions(+) create mode 100755 scripts/fix_var_run.sh (limited to 'scripts/fix_var_run.sh') 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 @@ +# Create the opensim run dir. +mkdir -p /var/run/opensim +chown opensim:opensim /var/run/opensim +chmod ug+rwx /var/run/opensim +chmod o-rwx /var/run/opensim +chmod g+s /var/run/opensim -- cgit v1.1