Skip to content

Commit 3718088

Browse files
committed
add directory creation in surrogate bootstrap
1 parent 68cf997 commit 3718088

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

ebssurrogate/scripts/surrogate-bootstrap.sh

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -243,6 +243,7 @@ function clean_system {
243243
rm -rf /mnt/var/log/*
244244
# https://github.com/fail2ban/fail2ban/issues/1593
245245
touch /mnt/var/log/auth.log
246+
mkdir /mnt/var/log/sysstat
246247

247248
touch /mnt/var/log/pgbouncer.log
248249
if [ -f /usr/bin/chown ]; then

0 commit comments

Comments
 (0)