Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/pi-hole/pi-hole.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorjbzdarkid <jbzdarkid@gmail.com>2021-11-25 09:41:40 +0300
committerJoseph Blackman <joblac@microsoft.com>2021-11-26 01:12:09 +0300
commitbc8150adfa12b00b7f04ea0c15270e19de84b381 (patch)
tree976ef9870e77db3e8c91f22e381004c5cb430982 /advanced/Scripts/update.sh
parentb750b01acc69f4a817b81e4683df3c5b86f38da7 (diff)
Clean up bash script formatting
Done with the help of beautysh (a python-based bash formatter) Signed-off-by: jbzdarkid <jbzdarkid@gmail.com>
Diffstat (limited to 'advanced/Scripts/update.sh')
-rwxr-xr-xadvanced/Scripts/update.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/advanced/Scripts/update.sh b/advanced/Scripts/update.sh
index dae04861..3fab9a95 100755
--- a/advanced/Scripts/update.sh
+++ b/advanced/Scripts/update.sh
@@ -200,7 +200,7 @@ main() {
if [[ "${FTL_update}" == true || "${core_update}" == true ]]; then
${PI_HOLE_FILES_DIR}/automated\ install/basic-install.sh --reconfigure --unattended || \
- echo -e "${basicError}" && exit 1
+ echo -e "${basicError}" && exit 1
fi
if [[ "${FTL_update}" == true || "${core_update}" == true || "${web_update}" == true ]]; then