mirror of
http://gitlab.bashclub.org/bashclub/zsync.git
synced 2024-11-26 13:13:19 +01:00
5 lines
92 B
Plaintext
5 lines
92 B
Plaintext
|
#!/bin/bash
|
||
|
|
||
|
if [ ! -d /var/log/bashclub-zsync ]; then
|
||
|
mkdir -p /var/log/bashclub-zsync
|
||
|
fi
|