correct newlines in utility scripts
This commit is contained in:
2
bin/enter-bash
Normal file → Executable file
2
bin/enter-bash
Normal file → Executable file
@@ -1,2 +1,2 @@
|
||||
PID=`docker inspect -f "{{ .State.Pid }}" $1`
|
||||
nsenter --target $PID --mount --uts --ipc --net --pid -- /bin/bash -l
|
||||
nsenter --target $PID --mount --uts --ipc --net --pid -- /bin/bash -l
|
||||
Reference in New Issue
Block a user