diff --git a/setup/functions.sh b/setup/functions.sh index f8493db..3056209 100644 --- a/setup/functions.sh +++ b/setup/functions.sh @@ -1,4 +1,4 @@ -#! /bin/bash +#!/bin/bash network() { echo '' diff --git a/setup/git.sh b/setup/git.sh index 9ba9b2e..ad2a95c 100644 --- a/setup/git.sh +++ b/setup/git.sh @@ -1,4 +1,4 @@ -#! /bin/bash +#!/bin/bash git_sync() { echo '📥 Syncing blog repositories...' diff --git a/setup/handlers.sh b/setup/handlers.sh index 93d6ea7..0ad34a5 100644 --- a/setup/handlers.sh +++ b/setup/handlers.sh @@ -1,4 +1,4 @@ -#! /bin/bash +#!/bin/bash build() { build_handler diff --git a/setup/resource.sh b/setup/resource.sh index a3823a9..d591168 100644 --- a/setup/resource.sh +++ b/setup/resource.sh @@ -1,4 +1,4 @@ -#! /bin/bash +#!/bin/bash resource() { resource_lang diff --git a/setup/ssl.sh b/setup/ssl.sh index a2ecb8a..96a1929 100644 --- a/setup/ssl.sh +++ b/setup/ssl.sh @@ -1,4 +1,4 @@ -#! /bin/bash +#!/bin/bash DOMAINS=( "${BLOG_DOMAIN}"