From 7ecf16f316bec9d8aec9125800d1ac3c4b37e778 Mon Sep 17 00:00:00 2001 From: Alec Muffett Date: Mon, 8 Jun 2020 08:23:57 +0000 Subject: [PATCH] wip --- opt.d/build-nginx-on-raspbian-stretch.sh | 1 - 1 file changed, 1 deletion(-) diff --git a/opt.d/build-nginx-on-raspbian-stretch.sh b/opt.d/build-nginx-on-raspbian-stretch.sh index 326a4bb..9e1f7d3 100755 --- a/opt.d/build-nginx-on-raspbian-stretch.sh +++ b/opt.d/build-nginx-on-raspbian-stretch.sh @@ -13,7 +13,6 @@ OPTS=" # install dir opt_dir=`dirname $0` -opt_dir=/tmp/foo # CHANGE THIS !!!!!! cd $opt_dir || exit 1 opt_dir=`pwd`