File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -738,7 +738,7 @@ if [ "$FAST" == "0" ]; then
738738 sudorun ' apt -y -q install python3-defusedxml'
739739 sudorun ' apt -y -q install python-babel-localedata python3-babel python3-markupsafe python3-tz'
740740
741- for b in cron python3 python3-pip python3-requests python3-appdirs python3- attr python3-certifi authbind build-essential curl dialog gcc git jq libffi-dev libmariadb-dev-compat libmpc-dev libmpfr-dev libpython3-dev libssl-dev libswitch-perl libwww-perl net-tools python3-dev python3-minimal python3-requests python3-urllib3 python3-virtualenv rng-tools sqlite3 unzip wamerican zip libsnappy-dev virtualenv lsof iptables rsyslog stunnel python3-openssl python3-hamcrest python3-priority; do
741+ for b in cron python3 python3-pip python3-requests python3-attr python3-certifi authbind build-essential curl dialog gcc git jq libffi-dev libmariadb-dev-compat libmpc-dev libmpfr-dev libpython3-dev libssl-dev libswitch-perl libwww-perl net-tools python3-dev python3-minimal python3-requests python3-urllib3 python3-virtualenv rng-tools sqlite3 unzip wamerican zip libsnappy-dev virtualenv lsof iptables rsyslog stunnel python3-openssl python3-hamcrest python3-priority; do
742742 run " sudo apt -y -q install $b "
743743 if ! sudo dpkg -l $b > /dev/null 2> /dev/null; then
744744 outlog " ERROR I was unable to install the $b package via apt"
@@ -2046,7 +2046,7 @@ offset2=$(shuf -i0-23 -n1)
20462046echo " ${offset1} ${offset2} * * * root ${DSHIELDDIR} /updatehoneypotip.sh" >> " ${TMPDIR} " /cron.dshield
20472047offset1=$( shuf -i0-59 -n1)
20482048offset2=$( shuf -i0-23 -n1)
2049- echo " ${offset1} ${offset2} * * * root /usr/bin/journalctl --vacuum-time=7d" >> " ${TMPDIR} " /cron.dshield
2049+ echo " ${offset1} ${offset2} * * * root /usr/bin/journalctl --vacuum-time=7d --quiet " >> " ${TMPDIR} " /cron.dshield
20502050
20512051
20522052# run status check 5 minutes before reboot
You can’t perform that action at this time.
0 commit comments