Optimization

- Added developer mode
- removed exit_app() function
- moved man.c from /etc/man to /etc
- added varialble for server ip
This commit is contained in:
netbenix 2020-08-13 20:25:28 +02:00
parent f77acacd90
commit d05ed9cd91
6 changed files with 42 additions and 23 deletions

View file

@ -41,6 +41,7 @@ If you want to use the testing arguments use ```./netbenixCMD <argument>```
- ```--sql-test``` => Makes a test connection to a mysql server
- ```--sys-info``` => Gives you information about your system
- ```--no-version-check``` => Skips the client version check
- ```--dev-mode``` => Starts the program in developer mode (right now it just skips version check)
## Known Bugs
- ```sql-test``` sha-256 passwords not working on Debian