zsync/bashclub-zsync/DEBIAN/postinst

5 lines
92 B
Plaintext
Raw Normal View History

2024-02-08 23:46:19 +01:00
#!/bin/bash
if [ ! -d /var/log/bashclub-zsync ]; then
mkdir -p /var/log/bashclub-zsync
fi