mirror of
https://github.com/ChuckPa/PlexDBRepair.git
synced 2025-11-06 03:08:55 -05:00
Merge pull request #53 from ChuckPa/chuckpa/unexpected-eof
block if/fi correction
This commit is contained in:
commit
5a08d0ac41
@ -1419,8 +1419,10 @@ do
|
|||||||
Input="$1"
|
Input="$1"
|
||||||
|
|
||||||
# If end of line then force exit
|
# If end of line then force exit
|
||||||
[ "$Input" = "" ] && Input="exit"
|
if [ "$Input" = "" ]; then
|
||||||
Output "Unexpected EOF / End of command line options, Exiting"
|
Input="exit"
|
||||||
|
Output "Unexpected EOF / End of command line options, Exiting"
|
||||||
|
fi
|
||||||
fi
|
fi
|
||||||
|
|
||||||
# Watch for null command whether scripted or not.
|
# Watch for null command whether scripted or not.
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user