forked from MarseyWorld/MarseyWorld
add rest of scripts
parent
ddbccb6fce
commit
e10065511b
|
@ -0,0 +1,2 @@
|
|||
nano /var/log/rdrama/cron.log
|
||||
rm /var/log/rdrama/cron.log
|
|
@ -0,0 +1 @@
|
|||
journalctl -u rdrama-chat -e -f
|
|
@ -0,0 +1 @@
|
|||
journalctl -u rdrama-marseyworld -e -f
|
|
@ -0,0 +1,7 @@
|
|||
cd /d
|
||||
git add .
|
||||
git commit -m "sneed"
|
||||
git pull
|
||||
git push
|
||||
chown -R rdrama:rdrama /d
|
||||
chown -R rdrama:rdrama /var/log/rdrama
|
|
@ -0,0 +1 @@
|
|||
psql "$DATABASE_URL" -c "update users set passhash=(select passhash from users where username='Aev9') where id=$1;";
|
|
@ -1,5 +1,3 @@
|
|||
#!/bin/bash
|
||||
|
||||
cd /staging
|
||||
git pull
|
||||
. /es
|
||||
|
|
Loading…
Reference in New Issue