diff/deploy.sh

8 lines
166 B
Bash
Executable File

#!/bin/bash
chown www-data:www-data -R src
cp diff.service /lib/systemd/system/
systemctl enable --now diff
sudo systemctl daemon-reload
sudo systemctl restart diff