Fix missing "fi"
This commit is contained in:
parent
cfb32bd31a
commit
1ad14f8595
|
@ -65,6 +65,7 @@ if [ -f $GITHUB_WORKSPACE/Customize/$1 ];then
|
||||||
Patch_Dir=$GITHUB_WORKSPACE/openwrt
|
Patch_Dir=$GITHUB_WORKSPACE/openwrt
|
||||||
else
|
else
|
||||||
Patch_Dir=$GITHUB_WORKSPACE/openwrt/$2
|
Patch_Dir=$GITHUB_WORKSPACE/openwrt/$2
|
||||||
|
fi
|
||||||
[ ! -d $Patch_Dir ] && mkdir -p $Patch_Dir
|
[ ! -d $Patch_Dir ] && mkdir -p $Patch_Dir
|
||||||
if [ -z $3 ];then
|
if [ -z $3 ];then
|
||||||
[ -f $Patch_Dir/$1 ] && rm -f $Patch_Dir/$1 > /dev/null 2>&1
|
[ -f $Patch_Dir/$1 ] && rm -f $Patch_Dir/$1 > /dev/null 2>&1
|
||||||
|
|
Loading…
Reference in New Issue