1
0
mirror of https://github.com/gilbN/theme.park.git synced 2024-10-03 22:17:08 +02:00

npm file path fix

This commit is contained in:
GilbN 2022-08-13 16:47:00 +02:00
parent bcd08ea8cf
commit 3a435a860a

View File

@ -4,7 +4,11 @@ echo '--------------------------------------'
echo '| Nginx Proxy Manager theme.park Mod |'
echo '--------------------------------------'
APP_FILEPATH='/opt/nginx-proxy-manager/frontend/'
if [ -d "/app/frontend" ] then
APP_FILEPATH='/app/frontend/' # jc21/nginx-proxy-manager
else
APP_FILEPATH='/opt/nginx-proxy-manager/frontend/' # jlesage/nginx-proxy-manager
fi
# Display variables for troubleshooting
echo -e "Variables set:\\n\