From 899e1401909100cbcfab556184505059c60998b0 Mon Sep 17 00:00:00 2001 From: The Ceik Date: Sun, 12 Jul 2020 20:10:03 -0500 Subject: [PATCH] script update again --- run-linux.sh | 1 + 1 file changed, 1 insertion(+) diff --git a/run-linux.sh b/run-linux.sh index 8c67285..d43534d 100755 --- a/run-linux.sh +++ b/run-linux.sh @@ -1,6 +1,7 @@ #!/bin/bash #Prompt user with options on what to do +export LD_LIBRARY_PATH=$(pwd)/data/libs echo "What would you like to do? (Type a number)" echo "1. Run the game." echo "2. Initialize the database. (Only has to be done once!)"