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