From 553748e76cbbf18ae9d29b3d081a3b44aff7474e Mon Sep 17 00:00:00 2001 From: onefang Date: Mon, 20 May 2019 20:10:57 +1000 Subject: Initial tweaks of the installation stuff. --- scripts/fix_var_run.sh | 6 ------ 1 file changed, 6 deletions(-) delete mode 100755 scripts/fix_var_run.sh (limited to 'scripts') diff --git a/scripts/fix_var_run.sh b/scripts/fix_var_run.sh deleted file mode 100755 index 97567cb..0000000 --- a/scripts/fix_var_run.sh +++ /dev/null @@ -1,6 +0,0 @@ -# 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