From 264057a8810ff6cc8a91fefc35a30ba0bf3280db Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Zden=C4=9Bk=20Borovec?= Date: Thu, 21 Dec 2023 15:27:11 +0100 Subject: [PATCH] fixed deploy shebang --- deploy | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) mode change 100644 => 100755 deploy diff --git a/deploy b/deploy old mode 100644 new mode 100755 index c02136b..9ccb611 --- a/deploy +++ b/deploy @@ -1,4 +1,4 @@ -#!bin/bash +#!/bin/sh # Copy the docs and assets directories onto the server cp -r docs /srv/http