fickit: crypt main partition
This commit is contained in:
parent
0c8bc261d9
commit
56c6f282c4
4 changed files with 22 additions and 8 deletions
|
|
@ -1,3 +1,3 @@
|
|||
#!/bin/sh
|
||||
|
||||
nsenter -t $(pgrep mysql | head -1) -a mysql $@
|
||||
nsenter -t $(pgrep mysql | head -1) -m -u -i -n -p -- mysql $@
|
||||
|
|
|
|||
Reference in a new issue