Update colabkobold.sh
This commit is contained in:
parent
140b0f4f32
commit
930a7d0444
|
@ -74,10 +74,9 @@ else
|
|||
fi
|
||||
|
||||
# Redefine the Path to be in the relevant location
|
||||
if [ -v $mpath ];then
|
||||
if [[ -v mpath ]];then
|
||||
mpath="$xloc$mpath"
|
||||
kmpath="--path $mpath"
|
||||
echo $kmpath
|
||||
kmpath=" --path $mpath"
|
||||
fi
|
||||
|
||||
# Create Folder Structure and Install KoboldAI
|
||||
|
|
Loading…
Reference in New Issue