diff/deploy.sh

9 lines
172 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-diff