From 345f5dfa5d759f26936e8bc4b01554e92a6816ac Mon Sep 17 00:00:00 2001 From: fe-berg Date: Wed, 12 Mar 2025 15:16:50 +0000 Subject: [PATCH] sudo not needed --- deploy.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/deploy.sh b/deploy.sh index 9cb54dc..6b8da27 100644 --- a/deploy.sh +++ b/deploy.sh @@ -1,3 +1,3 @@ #!/bin/bash -sudo cp -f *.html /var/www/html/. \ No newline at end of file +cp -f *.html /var/www/html/. \ No newline at end of file -- GitLab