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

be more verbose

This commit is contained in:
shim_
2016-06-22 22:37:44 +02:00
parent 984c939499
commit aa66c1204f

View File

@@ -15,6 +15,7 @@ function disable_command {
rm -f $1
echo -e '#!/bin/sh\n\n/bin/true' > $1
chmod +x $1
echo "Disabled $1"
}
function apply_restrictions {