fix indents

This commit is contained in:
Philipp Holzer 2019-11-26 21:54:18 +01:00
parent b58fda500c
commit 06d228b850
No known key found for this signature in database
GPG Key ID: D8365C3D36B77D90
11 changed files with 157 additions and 157 deletions

View File

@ -26,7 +26,7 @@ clone_develop() {
# Check if the branches exist before wiping the
if check_branch "$friendica_repo" "$friendica_git" && check_branch "$friendica_addons_repo" "$addons_git" ; then
echo "Downloading Friendica from GitHub '${friendica_repo}/${friendica_git}' ..."
echo "Cloning '${friendica_git}' from GitHub repository '${friendica_repo}' ..."
# Removing the whole directory first
rm -fr /usr/src/friendica

View File

@ -26,7 +26,7 @@ clone_develop() {
# Check if the branches exist before wiping the
if check_branch "$friendica_repo" "$friendica_git" && check_branch "$friendica_addons_repo" "$addons_git" ; then
echo "Downloading Friendica from GitHub '${friendica_repo}/${friendica_git}' ..."
echo "Cloning '${friendica_git}' from GitHub repository '${friendica_repo}' ..."
# Removing the whole directory first
rm -fr /usr/src/friendica

View File

@ -26,7 +26,7 @@ clone_develop() {
# Check if the branches exist before wiping the
if check_branch "$friendica_repo" "$friendica_git" && check_branch "$friendica_addons_repo" "$addons_git" ; then
echo "Downloading Friendica from GitHub '${friendica_repo}/${friendica_git}' ..."
echo "Cloning '${friendica_git}' from GitHub repository '${friendica_repo}' ..."
# Removing the whole directory first
rm -fr /usr/src/friendica