diff --git a/deploy.sh b/deploy.sh index 9cb54dc0f6c901d00b7bae1c2f1ec2588be306c6..6b8da2703e9c23d15863ad7e605eb6334537264b 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