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-6
inn2
/
etc
/
cont-init.d
/
10-inn-config.sh
T
6 lines
93 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
[
! -f
"/inn2/etc/inn.conf"
]
;
then
cp -r /inn2/etc-default/* /inn2/etc
fi
Reference in New Issue
Copy Permalink