epicyon/scripts/restart

8 lines
118 B
Bash
Executable File

#!/bin/bash
git stash
git pull
chown -R epicyon:epicyon *
chmod 644 *.py
chmod 644 src/*.py
systemctl restart epicyon