Compare commits
1 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
| 12a2f77af7 |
10
install.sh
10
install.sh
@@ -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
|
||||
for i in ${REPO_OWNER}/${REPO_NAME}/system/settings/*.sample; do
|
||||
echo $$i;
|
||||
if [ ! -f "$${i/.sample/}" ]; then
|
||||
cp "$$i" "$${i/.sample/}";
|
||||
done
|
||||
fi
|
||||
echo $${i/.sample/};
|
||||
fi
|
||||
done
|
||||
|
||||
Reference in New Issue
Block a user