Skip to content

Commit 38cb20e

Browse files
fix chmod a+x processing
1 parent e25ed67 commit 38cb20e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docker/entrypoint

+1-1
Original file line numberDiff line numberDiff line change
@@ -34,6 +34,6 @@ if [[ -n "${LANG}" ]]; then
3434
fi
3535

3636
chown proftpd:proftpd /usr/local/bin/processing > dev/null 2>&1
37-
chmod chmod a+x /usr/local/bin/processing > dev/null 2>&1
37+
chmod a+x /usr/local/bin/processing > dev/null 2>&1
3838

3939
/usr/sbin/proftpd -n -p /var/run/proftpd.pid -c /etc/proftpd/proftpd.conf

0 commit comments

Comments
 (0)