Skip to content

Commit 82c9d58

Browse files
authored
Update entrypoint.sh
1 parent 7017cec commit 82c9d58

File tree

1 file changed

+2
-3
lines changed

1 file changed

+2
-3
lines changed

entrypoint.sh

+2-3
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,6 @@
11
#!/bin/sh -l
22

33
echo "Running Spam Check on the message: $1"
4-
pwd
5-
ls -l
6-
python /usr/bin/main.py "$1"
4+
cd /usr/bin/
5+
python main.py "$1"
76
echo "Spam Check Finished!"

0 commit comments

Comments
 (0)