Skip to content

Commit bdd1f08

Browse files
committed
make_run.sh updated in docker/uwsgi/ to remove 'rm' command line
1 parent 1ccf07b commit bdd1f08

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

docker/uwsgi/make_run.sh

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,4 @@ do
1212
done
1313

1414

15-
sed 's/project_path/'$project_path'/g' sample_run > run.sh
16-
17-
rm *.temp
15+
sed 's/project_path/'$project_path'/g' sample_run > run.sh

0 commit comments

Comments
 (0)