drop unused PATH setup

This commit is contained in:
Daniel Micay 2022-07-18 18:19:25 -04:00
parent bb45adb3f7
commit 7c45014149

View File

@ -17,8 +17,6 @@ if ! flock -n $fd; then
exit 1
fi
export PATH="$PWD/node_modules/.bin:$PATH"
rm -rf nginx-tmp
cp -a nginx nginx-tmp