Initial commit.
ci/woodpecker/tag/build Pipeline was successful

This commit is contained in:
2026-07-24 20:15:08 +05:00
commit e24afd9f98
9 changed files with 172 additions and 0 deletions
Executable
+17
View File
@@ -0,0 +1,17 @@
#!/bin/sh
if [ ! -f "/inn2/etc/inn.conf" ]; then
cp -r /inn2/etc-default/* /inn2/etc
fi
if [ ! -f "/inn2/db/history" ]; then
cp -r /inn2/db-default/* /inn2/db
fi
if [ ! -d "/inn2/spool/articles" ]; then
cp -r /inn2/spool-default/* /inn2/spool
fi
cd /inn2
/inn2/bin/innd -f