diff --git a/pull.sh b/pull.sh new file mode 100644 index 0000000..91feb7b --- /dev/null +++ b/pull.sh @@ -0,0 +1,6 @@ +sudo supervisorctl stop caps +sudo chown -R pi:pi . +git pull +swift build -c release +sudo chown -R www-data:www-data . +sudo supervisorctl start caps \ No newline at end of file