diff --git a/install.sh b/install.sh index 4ce2d31..3215f19 100755 --- a/install.sh +++ b/install.sh @@ -8,3 +8,8 @@ if [ -d author ]; then mv author ${REPO_OWNER} fi +if [ -e ${REPO_OWNER}/${REPO_NAME}/system/settings/*.sample ]; then + for i in ${REPO_OWNER}/${REPO_NAME}/system/settings/*.sample; do + cp "$i" "${i/.sample/}"; + done +fi