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

use a script rather than a link

This commit is contained in:
shim_ 2016-06-22 19:20:25 +02:00
parent d895cbdd69
commit 79b6aebd7c

View File

@ -39,5 +39,6 @@ fi
if [ ! -z "$HIDE_PROCESSES" ]; then if [ ! -z "$HIDE_PROCESSES" ]; then
rm -f /bin/ps rm -f /bin/ps
ln -s /bin/true /bin/ps echo -e "#!/bin/sh\n\n/bin/true" > /bin/ps
chmod +x /bin/ps
fi fi