Add restart script

main
bashrc 2026-04-01 19:04:40 +01:00
parent 09d19c5d52
commit cf1f5aec06
1 changed files with 2 additions and 1 deletions

View File

@ -1,4 +1,5 @@
#!/bin/bash #!/bin/bash
git pull git pull
chown -R epicyon:epicyon * chown -R epicyon:epicyon *
chmod 644 *.py chmod 644 *.py
systemctl restart epicyon