epicyon/scripts/restart

13 lines
215 B
Plaintext
Raw Normal View History

2026-04-01 18:03:35 +00:00
#!/bin/bash
2026-06-17 19:24:13 +00:00
if [ -d /etc/epicyon ]; then
cd /etc/epicyon || exit 0
else
cd /opt/epicyon || exit 0
fi
2026-05-06 18:40:50 +00:00
git stash
2026-04-01 18:03:35 +00:00
git pull
chown -R epicyon:epicyon *
2026-04-01 18:04:40 +00:00
chmod 644 *.py
chmod 644 src/*.py
2026-05-06 18:40:50 +00:00
systemctl restart epicyon