Adjust scripts

This commit is contained in:
topjohnwu
2017-09-16 03:48:58 +08:00
parent a1a2c52409
commit 9b4ae8fcc5
5 changed files with 43 additions and 74 deletions

View File

@@ -31,7 +31,7 @@ umask 022
OUTFD=$2
ZIP=$3
if [ ! -d "$COMMONDIR" ]; then
if [ ! -f $COMMONDIR/util_functions.sh ]; then
echo "! Unable to extract zip file!"
exit 1
fi