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