Skip to content
This repository has been archived by the owner on Aug 20, 2020. It is now read-only.

Commit

Permalink
Small typo fix
Browse files Browse the repository at this point in the history
Everything is good now
  • Loading branch information
Darcidride committed Aug 11, 2016
1 parent 1db4040 commit ba96680
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions SRV-MINETEST/scripts/logs-servers-mff-rsync.sh
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ tail -n $NB_LINES /home/quentinbd/scripts/moredebug-mff.txt > /home/quentinbd/sc

# On ajoute une ligne au début
sed -i '1s/^/################################################\n/' /home/quentinbd/scripts/notready-moredebug-mff.txt
sed -i '1s/^/### MFF CLASSIC server - $NB_LINES last log lines ###\n/' /home/quentinbd/scripts/notready-moredebug-mff.txt
sed -i '1s/^/### MFF CLASSIC server - '$NB_LINES' last log lines ###\n/' /home/quentinbd/scripts/notready-moredebug-mff.txt
sed -i '1s/^/################################################\n/' /home/quentinbd/scripts/notready-moredebug-mff.txt

# On cache les adresses IPs
Expand All @@ -41,7 +41,7 @@ tail -n $NB_LINES /home/quentinbd/scripts/moredebug-mff-hg.txt > /home/quentinbd

# On ajoute une ligne au début
sed -i '1s/^/###########################################\n/' /home/quentinbd/scripts/notready-moredebug-mff-hg.txt
sed -i '1s/^/### MFF HG server - $NB_LINES last log lines ###\n/' /home/quentinbd/scripts/notready-moredebug-mff-hg.txt
sed -i '1s/^/### MFF HG server - '$NB_LINES' last log lines ###\n/' /home/quentinbd/scripts/notready-moredebug-mff-hg.txt
sed -i '1s/^/###########################################\n/' /home/quentinbd/scripts/notready-moredebug-mff-hg.txt

# On cache les adresses IPs
Expand All @@ -64,7 +64,7 @@ tail -n $NB_LINES /home/quentinbd/scripts/moredebug-mff-skyblock.txt > /home/que

# On ajoute une ligne au début
sed -i '1s/^/#################################################\n/' /home/quentinbd/scripts/notready-moredebug-mff-skyblock.txt
sed -i '1s/^/### MFF SKYBLOCK server - $NB_LINES last log lines ###\n/' /home/quentinbd/scripts/notready-moredebug-mff-skyblock.txt
sed -i '1s/^/### MFF SKYBLOCK server - '$NB_LINES' last log lines ###\n/' /home/quentinbd/scripts/notready-moredebug-mff-skyblock.txt
sed -i '1s/^/#################################################\n/' /home/quentinbd/scripts/notready-moredebug-mff-skyblock.txt

# On cache les adresses IPs
Expand All @@ -87,7 +87,7 @@ tail -n $NB_LINES /home/quentinbd/scripts/moredebug-mff-creative.txt > /home/que

# On ajoute une ligne au début
sed -i '1s/^/#################################################\n/' /home/quentinbd/scripts/notready-moredebug-mff-creative.txt
sed -i '1s/^/### MFF CREATIVE server - $NB_LINES last log lines ###\n/' /home/quentinbd/scripts/notready-moredebug-mff-creative.txt
sed -i '1s/^/### MFF CREATIVE server - '$NB_LINES' last log lines ###\n/' /home/quentinbd/scripts/notready-moredebug-mff-creative.txt
sed -i '1s/^/#################################################\n/' /home/quentinbd/scripts/notready-moredebug-mff-creative.txt

# On cache les adresses IPs
Expand Down

0 comments on commit ba96680

Please sign in to comment.