From b62ede386168558b530b9764b9e5d5289e24ce16 Mon Sep 17 00:00:00 2001 From: Marius Peter Date: Tue, 2 Jan 2024 19:52:03 +0100 Subject: Typo >:( --- deploy.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/deploy.sh b/deploy.sh index b5111a3..7d8308a 100755 --- a/deploy.sh +++ b/deploy.sh @@ -11,4 +11,4 @@ if [ $? -eq 0 ]; then echo App deployed to $remote_app; fi echo Deploying static files: rsync -azvP ./app/static $remote_static --chown=mpeter:www-data -if [ $? -eq 0 ]; then echo Static files to $remote_static.; fi +if [ $? -eq 0 ]; then echo Static files to $remote_static; fi -- cgit v1.2.3