Commit a71b27ea authored by Stanislav Kinsburskiy's avatar Stanislav Kinsburskiy Committed by Pavel Emelyanov

scripts: fix typo in binary path in systemd-autofs-restart.sh

Signed-off-by: 's avatarStanislav Kinsburskiy <skinsbursky@virtuozzo.com>
Signed-off-by: 's avatarPavel Emelyanov <xemul@virtuozzo.com>
parent df5f0262
......@@ -26,7 +26,7 @@ if [ ! -d "/proc/$CRTOOLS_INIT_PID" ]; then
exit 1
fi
NS_ENTER=/usr/nsenter
NS_ENTER=/bin/nsenter
[ ! -x $NSENTER ] || NS_ENTER=/usr/bin/nsenter
if [ ! -x $NS_ENTER ]; then
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment