Skip to content

Commit

Permalink
Merge pull request #1 from stimpy23/master
Browse files Browse the repository at this point in the history
extremeshok#402 from origin: Typo in main script
  • Loading branch information
dimejo authored Feb 19, 2023
2 parents ececc4b + 24d3582 commit 4d19989
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion clamav-unofficial-sigs.sh
Original file line number Diff line number Diff line change
Expand Up @@ -1920,7 +1920,7 @@ if [ -z "$work_dir_malwarepatrol" ] ; then
else
shopt -s extglob; work_dir_malwarepatrol="${work_dir_malwarepatrol%%+(/)}"
fi
if [ -z "$work_dir_urlhaust" ] ; then
if [ -z "$work_dir_urlhaus" ] ; then
work_dir_urlhaus="$(echo "${work_dir}/${urlhaus_dir}" | $sed_bin 's:/*$::')"
else
shopt -s extglob; work_dir_urlhaus="${work_dir_urlhaus%%+(/)}"
Expand Down Expand Up @@ -2761,6 +2761,7 @@ xshok_mkdir_ownership "$work_dir_malwareexpert"
xshok_mkdir_ownership "$work_dir_malwarepatrol"
xshok_mkdir_ownership "$work_dir_sanesecurity"
xshok_mkdir_ownership "$work_dir_securiteinfo"
xshok_mkdir_ownership "$work_dir_urlhaus"
xshok_mkdir_ownership "$work_dir_work_configs"
xshok_mkdir_ownership "$work_dir_yararulesproject"

Expand Down

0 comments on commit 4d19989

Please sign in to comment.