Skip to content

Commit

Permalink
update pureftpdupdates function
Browse files Browse the repository at this point in the history
  • Loading branch information
centminmod committed Jul 12, 2017
1 parent 72501b1 commit 9193f5b
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions inc/cpcheck.inc
Original file line number Diff line number Diff line change
Expand Up @@ -997,6 +997,9 @@ pureftpdupdates() {
echo
fi
fi
if [ ! -d /etc/ssl/private ]; then
mkdir -p /etc/ssl/private
fi
if [[ "$INITIALINSTALL" != [yY] && ! -f /etc/ssl/private/pure-ftpd-dhparams.pem ]]; then
echo "pure-ftpd: one time setup /etc/ssl/private/pure-ftpd-dhparams.pem file"
echo "may take a while to create..."
Expand Down

0 comments on commit 9193f5b

Please sign in to comment.