1
0
mirror of https://github.com/sys4-fr/server-nalc.git synced 2025-06-28 06:11:47 +02:00

Remove other_things (moved to another repo)

This is a step to reorganization
This commit is contained in:
ObaniGemini
2017-07-23 19:29:20 +02:00
parent 7839c16b42
commit e13fb99494
214 changed files with 0 additions and 14471 deletions

View File

@ -1,8 +0,0 @@
#!/bin/sh
#rsync -e "ssh -i /root/.ssh/id_dsa" -av --delete-after /home/quentinbd/minetest/worlds/minetestforfun/news.txt root@192.168.1.20:/var/www/wordpress/wp-content/uploads/news/
# Check the public key rights
chmod 600 /home/quentinbd/.ssh/id_rsa
chmod 600 /home/quentinbd/.ssh/id_rsa.pub
# Begin the RSYNC
rsync -azrv --delete /home/quentinbd/mff/worlds/minetestforfun/news.txt quentinbd@192.168.1.20:/var/www/wordpress/wp-content/uploads/news/
echo "Transfert réussi de news.txt sur le wordpress"

View File

@ -1,26 +0,0 @@
#!/bin/bash
DEBUG='/home/quentinbd/script/debug-mff-creative.txt'
MOREDEBUG='/home/quentinbd/script/moredebug-mff-creative.txt'
cd /home/quentinbd/mff-creative
while true
do
sleep 5
echo "----------------------" >>$MOREDEBUG
echo "Server restarted at "`date` >>$MOREDEBUG
echo "----------------------" >>$MOREDEBUG
echo "0" >/tmp/players_c.txt
/home/quentinbd/mff-creative/bin/minetestserver \
--world /home/quentinbd/mff-creative/worlds/minetestforfun-creative/ \
--config /home/quentinbd/mff-creative/minetest.conf \
--gameid minetestforfun_creative \
--port 30088 \
# --logfile $DEBUG
sleep 25
done &>> $MOREDEBUG

View File

@ -1,26 +0,0 @@
#!/bin/bash
DEBUG='/home/quentinbd/script/debug-mff-hg.txt'
MOREDEBUG='/home/quentinbd/script/moredebug-mff-hg.txt'
cd /home/quentinbd/mff-hg
while true
do
sleep 5
echo "----------------------" >>$MOREDEBUG
echo "Server restarted at "`date` >>$MOREDEBUG
echo "----------------------" >>$MOREDEBUG
echo "0" >/tmp/players_c.txt
/home/quentinbd/mff-hg/bin/minetestserver \
--world /home/quentinbd/mff-hg/worlds/minetestforfun-hg/ \
--config /home/quentinbd/mff-hg/minetest.conf \
--gameid minetestforfun_hg \
--port 30042 \
# --logfile $DEBUG
sleep 25
done &>> $MOREDEBUG

View File

@ -1,26 +0,0 @@
#!/bin/bash
DEBUG='/home/quentinbd/script/debug-mff-skyblock.txt'
MOREDEBUG='/home/quentinbd/script/moredebug-mff-skyblock.txt'
cd /home/quentinbd/mff-skyblock
while true
do
sleep 5
echo "----------------------" >>$MOREDEBUG
echo "Server restarted at "`date` >>$MOREDEBUG
echo "----------------------" >>$MOREDEBUG
echo "0" >/tmp/players_c.txt
/home/quentinbd/mff-skyblock/bin/minetestserver \
--world /home/quentinbd/mff-skyblock/worlds/minetestforfun-skyblock/ \
--config /home/quentinbd/mff-skyblock/minetest.conf \
--gameid minetestforfun_skyblock \
--port 30054 \
# --logfile $DEBUG
sleep 25
done &>> $MOREDEBUG

View File

@ -1,27 +0,0 @@
#!/bin/bash
DEBUG='/home/quentinbd/script/debug-mff.txt'
MOREDEBUG='/home/quentinbd/script/moredebug-mff.txt'
cd /home/quentinbd/mff
while true
do
sleep 5
echo "----------------------" >>$MOREDEBUG
echo "Server restarted at "`date` >>$MOREDEBUG
echo "----------------------" >>$MOREDEBUG
echo "0" >/tmp/players_c.txt
/home/quentinbd/mff/bin/minetestserver \
--world /home/quentinbd/mff/worlds/minetestforfun/ \
--config /home/quentinbd/mff/minetest.conf \
--gameid minetestforfun_game \
--port 30001 \
# --logfile $DEBUG
sleep 25
done &>> $MOREDEBUG