Skip to content

Commit e773f46

Browse files
support for older npm versions
looks like at some point the file name structured changed
1 parent 9a1a7fd commit e773f46

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

resources/scripts/start.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@ proxy_host=""
4040

4141
echo "Checking active logs..."
4242
IFS=$'\n'
43-
for file in $(find /opt/log -name 'proxy-host-*_access.log');
43+
for file in $(find /opt/log -name 'proxy-host-*.log' ! -name "*_error.log");
4444
do
4545
if [ -f $file ]
4646
then

0 commit comments

Comments
 (0)