mirror of
https://github.com/nikdoof/website-hugo.git
synced 2025-12-14 13:52:17 +00:00
Add missing spaces to find calls
This commit is contained in:
@@ -13,4 +13,4 @@ git pull
|
||||
hugo --quiet ${HUGO_ARGUMENTS} -b "${BASE_URL}" -d "${TARGET_FOLDER}" -t "lhs-retro"
|
||||
|
||||
# Make sure the CGI scripts are executable
|
||||
find "${TARGET_FOLDER}" -name "*.cgi" -exec chmod a+x {}\;
|
||||
find "${TARGET_FOLDER}" -name "*.cgi" -exec chmod a+x {} \;
|
||||
Reference in New Issue
Block a user