fixed settings installer
This commit is contained in:
@@ -8,8 +8,10 @@ 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
|
for i in ${REPO_OWNER}/${REPO_NAME}/system/settings/*.sample; do
|
||||||
|
echo $$i;
|
||||||
|
if [ ! -f "$${i/.sample/}" ]; then
|
||||||
cp "$$i" "$${i/.sample/}";
|
cp "$$i" "$${i/.sample/}";
|
||||||
done
|
echo $${i/.sample/};
|
||||||
fi
|
fi
|
||||||
|
done
|
||||||
|
|||||||
Reference in New Issue
Block a user