From 6594b41546a1dc1f9d86084f1b2b71d0c75b0ad8 Mon Sep 17 00:00:00 2001 From: onefang Date: Sat, 25 Apr 2020 19:17:14 +1000 Subject: Don't delete old accounts and sessions on startup now. --- src/BuildIt.sh | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) (limited to 'src/BuildIt.sh') diff --git a/src/BuildIt.sh b/src/BuildIt.sh index d9ee8ca..53a57e9 100755 --- a/src/BuildIt.sh +++ b/src/BuildIt.sh @@ -128,6 +128,9 @@ make || exit 1 popd >/dev/null sudo rm -f /opt/opensim_SC/var/cache/sledjchisl.socket -sudo spawn-fcgi -n -u opensimsc -s /opt/opensim_SC/var/cache/sledjchisl.socket -M 0660 -G www-data -- /usr/bin/valgrind --leak-check=full build/toybox/generated/unstripped/toybox sledjchisl 2>&1 | tee log.txt +#sudo rm -f /opt/opensim_SC/var/cache/sessions/* +#sudo rm -f /opt/opensim_SC/var/lib/users/* +sudo spawn-fcgi -n -u opensimsc -s /opt/opensim_SC/var/cache/sledjchisl.socket -M 0660 -G www-data -- /usr/bin/valgrind --leak-check=full build/toybox/generated/unstripped/toybox sledjchisl +#sudo spawn-fcgi -n -u opensimsc -s /opt/opensim_SC/var/cache/sledjchisl.socket -M 0660 -G www-data -- /usr/bin/valgrind --leak-check=full build/toybox/generated/unstripped/toybox sledjchisl 2>&1 | tee log.txt #sudo spawn-fcgi -n -u opensimsc -s /opt/opensim_SC/var/cache/sledjchisl.socket -M 0660 -G www-data -- /usr/bin/valgrind --leak-check=full --show-leak-kinds=all build/toybox/generated/unstripped/toybox sledjchisl ##sudo spawn-fcgi -n -u opensimsc -s /opt/opensim_SC/var/cache/sledjchisl.socket -M 0660 -G www-data -- /usr/bin/ddd build/toybox/generated/unstripped/toybox sledjchisl -- cgit v1.1