Add missing brackets

This commit is contained in:
Christopher
2023-08-22 11:09:17 -05:00
parent 3afa5f234d
commit f2f2f16abc

View File

@@ -74,7 +74,7 @@ function info_msg() {
echo "$1" | tee -a "$LOGPATH"
}
info_msg "1/7 Installing dependencies..."
info_msg "[1/7] Installing dependencies..."
run_install_dependencies >> "$LOGPATH" 2>&1
info_msg "[2/7] Installing Runtipi... (This may take several minutes)"