forked from indymedia/epicyon
Scripts directory
parent
dbb40ec1b8
commit
364d204564
|
@ -0,0 +1,4 @@
|
||||||
|
#!/bin/bash
|
||||||
|
cd /etc/epicyon || exit 0
|
||||||
|
git remote set-url origin https://code.freedombone.net/bashrc/epicyon.git
|
||||||
|
git checkout main
|
|
@ -0,0 +1,7 @@
|
||||||
|
#!/bin/bash
|
||||||
|
journalctl -u epicyon | grep 'File "' > .errors.txt
|
||||||
|
if [ ! -f .errors.txt ]; then
|
||||||
|
echo 'No errors'
|
||||||
|
else
|
||||||
|
cat .errors.txt
|
||||||
|
fi
|
Loading…
Reference in New Issue