diff options
Diffstat (limited to 'security')
-rw-r--r-- | security/drweb/scripts/post-install | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/security/drweb/scripts/post-install b/security/drweb/scripts/post-install index f1eccc4..359ca82 100644 --- a/security/drweb/scripts/post-install +++ b/security/drweb/scripts/post-install @@ -28,6 +28,6 @@ if ! grep -q drweb /etc/crontab; then echo "" fi [ "$ex" = "1" ] && exit 1 -install -dv -m 0775 -o ${BINOWN} -g drweb ${PREFIX}/drweb/run \ - ${PREFIX}/drweb/infected.!!! +install -dv -m 0775 -o ${BINOWN} -g drweb ${PREFIX}/drweb/run +install -dv -m 0770 -o ${BINOWN} -g drweb ${PREFIX}/drweb/infected.!!! exit 0 |