Sinusbot Help

umairkhan

Member
Joined
Jun 4, 2016
Messages
1
Reaction score
0
Points
33
When i do ./sinusbot it doesnot run sinusbot now what i do :(
 

Wrath X

Member
Joined
Oct 2, 2015
Messages
96
Reaction score
34
Points
53
When i do ./sinusbot it doesnot run sinusbot now what i do :(
What is the error m8 ?
Run it with root perms and try it like this -> ./sinusbot -RunningAsRootIsEvilAndIKnowThat
 

Najsr

Moderator
TeamSpeak Developer
Joined
Apr 23, 2016
Messages
483
Reaction score
249
Points
167
Try chmoding the file (chmod 755 sinusbot)
Or create a new user to launch it:
adduser sinusbot
su sinusbot -c ./sinusbot
 
Top