[Flask] Simple ERP for a farm.
Typo >:(
deploy.sh
@@ -11,4 +11,4 @@
11
11
12
12
echo Deploying static files:
13
13
rsync -azvP ./app/static $remote_static --chown=mpeter:www-data
14
Removed:
if [ $? -eq 0 ]; then echo Static files to $remote_static.; fi
14
Added:
if [ $? -eq 0 ]; then echo Static files to $remote_static; fi