added copying *.sample files script
This commit is contained in:
@@ -8,3 +8,8 @@ if [ -d author ]; then
|
|||||||
mv author ${REPO_OWNER}
|
mv author ${REPO_OWNER}
|
||||||
fi
|
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
|
||||||
|
|||||||
Reference in New Issue
Block a user