shfmt
This commit is contained in:
parent
39fdabd885
commit
a6e63a6722
4 changed files with 17 additions and 21 deletions
|
@ -20,7 +20,6 @@ urc() {
|
|||
done
|
||||
}
|
||||
|
||||
|
||||
mmc() {
|
||||
local container="${1}"
|
||||
mount --bind "/deb" "overlay/mount/var/lib/lxc/${container}/squashfs-root/deb"
|
||||
|
|
|
@ -33,7 +33,6 @@ uo() {
|
|||
rmdir "overlay"
|
||||
}
|
||||
|
||||
|
||||
mr() {
|
||||
local f
|
||||
for f in "dev" "dev/pts" "proc" "sys"; do
|
||||
|
@ -59,7 +58,6 @@ ur() {
|
|||
done
|
||||
}
|
||||
|
||||
|
||||
mm() {
|
||||
mount --make-rslave --rbind "/deb" "overlay/mount/deb"
|
||||
}
|
||||
|
@ -68,7 +66,6 @@ um() {
|
|||
umount --recursive "overlay/mount/deb"
|
||||
}
|
||||
|
||||
|
||||
ms() {
|
||||
local directory="${1}"
|
||||
local level="${2}"
|
||||
|
|
Loading…
Reference in a new issue