nano
This commit is contained in:
parent
0dfc4d99ed
commit
11c131e849
1 changed files with 1 additions and 1 deletions
|
@ -1,7 +1,7 @@
|
|||
mo() {
|
||||
local directory="${1}"
|
||||
local file
|
||||
if [ "${directory}" ] ; then
|
||||
if [ -n "${directory}" ] ; then
|
||||
directory="$(realpath "${directory}")"
|
||||
file="${directory}/filesystem.squashfs"
|
||||
if mkdir "overlay" ; then
|
||||
|
|
Loading…
Reference in a new issue