mirror of
https://gitlab.com/Snogard/kaido.git
synced 2025-08-20 10:50:06 +02:00
fixed missing variable
This commit is contained in:
parent
33b231a37d
commit
0857c434d0
@ -24,7 +24,7 @@ function symlink_folder()
|
|||||||
function ensure_folder(){
|
function ensure_folder(){
|
||||||
local dst=$1
|
local dst=$1
|
||||||
|
|
||||||
if [ ! -d "${}" ]; then
|
if [ ! -d "${dst}" ]; then
|
||||||
echo "Creating folder at path $(dst)"
|
echo "Creating folder at path $(dst)"
|
||||||
mkdir -p "${dst}"
|
mkdir -p "${dst}"
|
||||||
if [ ! $? -eq 0 ]; then
|
if [ ! $? -eq 0 ]; then
|
||||||
|
Loading…
x
Reference in New Issue
Block a user