1
0
mirror of https://bitbucket.org/shim_/docker-rtm.git synced 2018-10-04 01:52:08 +02:00

option to disable ps

This commit is contained in:
shim_ 2016-06-22 19:14:47 +02:00
parent 6ad4666e6c
commit d895cbdd69

View File

@ -36,3 +36,8 @@ else
fi
report_loop
fi
if [ ! -z "$HIDE_PROCESSES" ]; then
rm -f /bin/ps
ln -s /bin/true /bin/ps
fi