Skip to content

Commit

Permalink
fix shell scripts
Browse files Browse the repository at this point in the history
  • Loading branch information
joszz committed Feb 9, 2023
1 parent ca696a0 commit 3723d59
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion docker/entrypoint.sh
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
#! /bin/bash
#! /bin/sh

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

Expand Down
2 changes: 1 addition & 1 deletion docker/logclean.sh
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
#! /bin/bash
#! /bin/sh

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

0 comments on commit 3723d59

Please sign in to comment.