Renomme et corrige script génération de la map
This commit is contained in:
parent
5291494df1
commit
3a8a969062
|
@ -26,8 +26,8 @@ error() {
|
|||
}
|
||||
|
||||
usage() {
|
||||
echo "Usage : ./regen-map.sh [-h|--help] server_path worldname destination_path"
|
||||
echo "Génère la carte de nalc vers le fichier $destination_path/nalc_map.png"
|
||||
echo "Usage : ./genmap.sh [-h|--help] server_path worldname destination_path"
|
||||
echo "Génère la carte de nalc vers le fichier destination_path/nalc_map.png"
|
||||
}
|
||||
|
||||
action() {
|
||||
|
@ -77,7 +77,7 @@ while true; do
|
|||
--)
|
||||
shift;;
|
||||
*)
|
||||
action
|
||||
action $1 $2 $3
|
||||
exit 0
|
||||
shift;;
|
||||
esac
|
|
@ -33,7 +33,7 @@ action() {
|
|||
if [ $regenmap -eq 1 ]; then
|
||||
mount $mountpoint
|
||||
sleep 5
|
||||
$serverpath/regen_map.sh $serverpath $world $mapdest
|
||||
$serverpath/genmap.sh $serverpath $world $mapdest
|
||||
umount $mountpoint
|
||||
fi
|
||||
|
||||
|
|
Loading…
Reference in New Issue
Block a user