Files
inn2/etc/cont-init.d/11-inn-database.sh
T

6 lines
89 B
Bash
Raw Permalink Normal View History

#!/bin/sh
if [ ! -f "/inn2/db/history" ]; then
cp -r /inn2/db-default/* /inn2/db
fi