6 lines
93 B
Bash
Executable File
6 lines
93 B
Bash
Executable File
#!/bin/sh
|
|
|
|
if [ ! -f "/inn2/etc/inn.conf" ]; then
|
|
cp -r /inn2/etc-default/* /inn2/etc
|
|
fi
|