added unclean and untested fomodparser

This commit is contained in:
Marc
2022-09-22 12:02:38 +02:00
parent 1ac8b25dc9
commit e633354b35
5 changed files with 378 additions and 5 deletions
+1 -1
View File
@@ -392,7 +392,7 @@ int main(int argc, char ** argv) {
//check to NOT run this as root
//creating folder as root will causes lots of headache
//such as problem with access rights and taking the risk of
//running system as root (wich is a big security issue)
//running system as root (which is a big security issue)
if(getuid() == 0) {
printf("For the first please run without sudo\n");
returnValue = EXIT_FAILURE;