Skip to content

Commit 3723d59

Browse files
committed
fix shell scripts
1 parent ca696a0 commit 3723d59

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

docker/entrypoint.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
#! /bin/bash
1+
#! /bin/sh
22

33
envsubst '${SERVERNAME} ${PORT}' < /etc/nginx/http.d/default.conf.template > /etc/nginx/http.d/default.conf
44

docker/logclean.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
1-
#! /bin/bash
1+
#! /bin/sh
22

33
find /var/www/portal/app/logs/ -name "*.log" -mtime +30 -exec rm -rf {} \;

0 commit comments

Comments
 (0)