1
0
forked from mirzaev/pot-php

Compare commits

..

1 Commits
5.1.0 ... 5.1.2

Author SHA1 Message Date
a76e11fb9f fixed settings installer 2026-01-07 12:54:54 +05:00

View File

@@ -8,8 +8,10 @@ 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
echo $$i;
if [ ! -f "$${i/.sample/}" ]; then
cp "$$i" "$${i/.sample/}";
done
echo $${i/.sample/};
fi
done