Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

make sure ufw.log always exists for fail2ban #937

Merged
merged 3 commits into from
Aug 18, 2019
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Merge branch 'devel' into touch-ufw
nachoparker authored Aug 18, 2019
commit 69396d942288243e6a859d2c78cfbf5a66388cda
5 changes: 4 additions & 1 deletion updates/1.16.0.sh
Original file line number Diff line number Diff line change
@@ -15,8 +15,11 @@ apt-get install -y --no-install-recommends php-smbclient exfat-fuse exfat-utils
# install lsb-release
apt-get install -y --no-install-recommends lsb-release

# tweak previews
ncc config:app:set preview jpeg_quality --value="60"

# missed some sources
sed -i 's/stretch/buster/g' /etc/apt/sources.list.d/* &>/dev/null
sed -i 's/stretch/buster/g' /etc/apt/sources.list.d/* &>/dev/null || true

# docker images only
[[ -f /.docker-image ]] && {
You are viewing a condensed version of this merge commit. You can view the full changes here.