antiblock
diamwall
  • Chatbox

    You don't have permission to chat.
    Load More
Sign in to follow this  
Anplificador

Erro A Ligar Files

1 post in this topic

Boa tarde precisava de uma ajuda urgente quanto tento ligar as "serverfiles-metin2-zenon" no putty, sistema freebsd 64 bits.

Da me o seguinte erro quando inicio o "sh start.sh":

 

Ce CH vrei sa pornesti ma BOLOND?
1
Pornesc DB-Server...
Pornesc Auth-Server...
start.sh: ./db: not found
Pornesc Channel 1 ...
start.sh: ./auth: not found
start.sh: ./game: not found
Pornesc Channel 99...
start.sh: ./game: not found
Serverul a fost pornit cu succes BOLOND!
 
 
Está ai o ficheiro "sh start.sh" original:
 
 
#/bin/sh
ORIGCHANNELS=$(cat ./daroo/channels.txt)
if [ "$1" != '' ] && [ "$1" = "quickstart" ] && [ "$2" != '' ];then
if [ "$2" -le $ORIGCHANNELS ];then
CHANNELS="$2"
else
exit
fi
else
echo -e "033[31m Ce CH vrei sa pornesti ma BOLOND?033[0m"
read CHANNELS
fi
if [ "$CHANNELS" -gt $ORIGCHANNELS ];then
echo -e "033[31m Prea multe canale(maximal $ORIGCHANNELS !)033[0m"
exit
fi
echo -e "033[31m Pornesc DB-Server...033[0m"
cd db
./db &
cd ..
echo -e "033[31m Pornesc Auth-Server...033[0m"
cd auth
./auth &
cd ..
while [ $CHANNELS -ge 1 ]
do
  echo -e "033[31m Pornesc Channel "$CHANNELS" ...033[0m"
  sleep 1
  cd "./channel"$CHANNELS
  ./game &
  sleep 1
  cd ..
  CHANNELS=$(( $CHANNELS-1 ))
  sleep 1
done
echo -e "033[31m Pornesc Channel 99...033[0m"
cd ./game99
./game &
cd ..
sleep 4
echo -e "033[31m Serverul a fost pornit cu succes BOLOND!033[0m"
 
Estrai as files para a directoria "cd /usr/game".
Agradecia ajuda com urgência.

 

ATENÇÂO: É em dedicado

Share this post


Link to post
Share on other sites
antiblock
Elveron
Guest
This topic is now closed to further replies.
Sign in to follow this