From c6a1a84a6e81cfc40af29d21b0946934d51d8a05 Mon Sep 17 00:00:00 2001 From: Alec Muffett Date: Tue, 14 Feb 2017 19:50:00 +0000 Subject: [PATCH] commit: fix cdir bug --- opt.d/build-nginx-on-debian.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/opt.d/build-nginx-on-debian.sh b/opt.d/build-nginx-on-debian.sh index a5f0b08..fbd39d7 100755 --- a/opt.d/build-nginx-on-debian.sh +++ b/opt.d/build-nginx-on-debian.sh @@ -56,7 +56,7 @@ cd $luadir || exit 1 make DESTDIR=$opt_dir install || exit 1 -cd $ngxdir || exit 1 +cd .. || exit 1 # get mods