Skip to content

Commit

Permalink
Fixed bad privilages seted. (Bug)
Browse files Browse the repository at this point in the history
  • Loading branch information
R̭̮̗̯̳̯̜̳̱̰̮͍̯̯̲̝̥̔ͯ͆̆͌̈͌̽͒̿ͯͤ͂̚ͅͅė̥̜̗͉̦̰͈̺̟̻̦̔ͬͧ̍ͣ̉̚d̦̦̯̩̠̗͔̜̼̬̏ͫ̌̓́ͦ̆̋̅ͯ̌͆͂͑̊̑̄̊T̖̱͕̬̬͈̹̏̆ͮ̽́ͫ̎oor authored Jun 24, 2017
1 parent 635c3d0 commit 62d657c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion install
Original file line number Diff line number Diff line change
Expand Up @@ -63,7 +63,7 @@ print Command_exe("["+time.strftime('%H:%M:%S')+"] Creating Folder.
print Command_exe("["+time.strftime('%H:%M:%S')+"] Copying files. ",'cp -r * /usr/share/KatanaFramework')
print Command_exe("["+time.strftime('%H:%M:%S')+"] Creating Shortcuts. ",Shortcuts)
print Command_exe("["+time.strftime('%H:%M:%S')+"] Extracting Files. ",Files)
print Command_exe("["+time.strftime('%H:%M:%S')+"] Giving privileges. ",'chmod -R -c 777 /usr/share/KatanaFramework/')
print Command_exe("["+time.strftime('%H:%M:%S')+"] Giving privileges. ",'chmod -R -c 750 /usr/share/KatanaFramework/')

print "\n If all is [OK] Katana was installed, use ktf.console or ktf.gui (DEMO)"
print " go to https://github.com/PowerScript/KatanaFramework/wiki for more info\n"

0 comments on commit 62d657c

Please sign in to comment.