This website requires JavaScript.
Explore
Help
Register
Sign In
containers
/
inn2
Watch
2
Star
0
Fork
0
Code
Issues
Pull Requests
Packages
Releases
7
Activity
Files
2.7.4-5
inn2
/
etc
/
cont-init.d
/
12-inn-spool.sh
T
6 lines
99 B
Bash
Raw
Permalink
Normal View
History
Unescape
Escape
Switch to s6-overlay, add cron (and cronjobs), syslog.
2026-07-27 00:18:03 +05:00
#!/bin/sh
if
[
! -d
"/inn2/spool/articles"
]
;
then
cp -r /inn2/spool-default/* /inn2/spool
fi
Reference in New Issue
Copy Permalink