diff options
-rwxr-xr-x | deploy.sh | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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 |