[SOLVED]Deleted authserver and worldserver by mistake

Greetings,

Last night i completed compile with 0 errors on Ubuntu, but made huge mistake and deleted authserver and worldserver config files.

Is there any chance to make add new ones?

This is step by step how i compliled:

  1. apt-get update && apt-get upgrade

  2. apt-get install build-essential autoconf libtool gcc g++ make cmake git-core wget p7zip-full libncurses5-dev zlib1g-dev libbz2-dev

  3. apt-get install openssl libssl-dev mysql-server mysql-client libmysqlclient-dev libmysql+±dev libreadline6-dev

  4. apt-get install libboost-dev libboost-thread-dev libboost-system-dev libboost-filesystem-dev libboost-program-options-dev libboost-iostreams-dev

  5. cd home

  6. git clone -b 3.3.5 git://github.com/TrinityCore/TrinityCore.git

     7. cd TrinityCore
    
  7. mkdir build

  8. cd build

  9. cmake …/ -DCMAKE_INSTALL_PREFIX=/home/$USER/server -DTOOLS=0 -DWITH_WARNINGS=1 (Had 0 errors)

  10. make

  11. make install

  12. cd home/TrinityCore

  13. git pull origin 3.3.5 (For updates)

Used nano to edit my config files and saved.
Imported databases, maps and etc after with SSH as well with 0 problems as well.

After all of that, i connected trough WinSCP to add / upload some files and somehow i deleted both configs by mistake.
Is there a chance to get new ones via cmake or anything like?

Regards, Knindza.

simply copy the .conf.dist files to .conf

Cheers.

— Canned message start —
It appears the issue in the original post was solved, so this thread shall be closed.
Should you encounter any other difficulties, please open a new thread.
— Canned message end —