From a73faa80ca1b2b19f1180505a54563ee83cf81b1 Mon Sep 17 00:00:00 2001 From: David Schroeder Date: Sat, 5 Jan 2019 23:58:29 -0600 Subject: [PATCH] Update run.sh --- run.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/run.sh b/run.sh index 0bfc0b6..d3e0769 100755 --- a/run.sh +++ b/run.sh @@ -19,6 +19,6 @@ if [ "$1" != "update" ]; then fi fi -#./linupx-scripts.sh $1 $2 +./linupx-scripts.sh $1 $2 exit 0