This commit is contained in:
remittor
2022-08-12 15:10:05 +03:00
parent be77d8e0e2
commit 7288d5f119
8 changed files with 31 additions and 48 deletions

View File

@@ -15,7 +15,7 @@ while getopts "f" opt; do
esac
done
[ ! -d "$FEEDSDIR/package" ] && OPT_FULL_UPDATE=true
[ ! -d "$FEEDSDIR" ] && OPT_FULL_UPDATE=true
rm -rf tmp
if [ "$OPT_FULL_UPDATE" = "true" ]; then