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
c82abea21a0234b012f0407bba6f8b7efc5b0c2c
inn2
/
etc
/
cont-init.d
/
11-inn-database.sh
T
6 lines
89 B
Bash
Raw
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/db/history"
]
;
then
cp -r /inn2/db-default/* /inn2/db
fi
Reference in New Issue
Copy Permalink