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

fix NPM mod syntax error (#412)

* fix syntax error

* add conditional semi colon

Co-authored-by: GilbN <24592972+GilbN@users.noreply.github.com>
Co-authored-by: GilbN <gilberg@gmail.com>
This commit is contained in:
Javier Pastor 2022-08-21 18:10:54 +02:00 committed by GitHub
parent 0862baea7a
commit 4178dc8d4b
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -4,7 +4,7 @@ echo '--------------------------------------'
echo '| Nginx Proxy Manager theme.park Mod |'
echo '--------------------------------------'
if [ -d "/app/frontend" ] then
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