7 lines
92 B
Bash
Executable File
7 lines
92 B
Bash
Executable File
#!/bin/bash
|
|
|
|
source /etc/archbox.conf
|
|
|
|
umount -l $CHROOT/run
|
|
mount --rbind /run $CHROOT/run
|