Caps-Server/build.sh
2021-11-08 22:01:48 +01:00

5 lines
137 B
Bash

sudo supervisorctl stop caps
sudo chown -R pi:pi .
swift build -c release
sudo chown -R www-data:www-data .
sudo supervisorctl start caps