antonio-fr / DrupalRS

Drupal Remote Shell
4 stars 8 forks source link

No output for the command cat sites/default/settings.php #2

Open dbjpanda opened 6 years ago

dbjpanda commented 6 years ago

I can see the output for cat sites/README.txt but no output for settings.php

antonio-fr commented 6 years ago

Probably because the file requested doesn't exist. cat sites/default/settings.php is working fine by default

Try : cat FILE 2>&1

I am about to add this error redirection in the program, so it will always display error messages automatically.