Release 0.0.7
This is release 0.0.7 with the following changes:
- scripts in the
scripts
directory now can be called without adding a additional./
as prefix, now - the module first checks if scripts do exist and if they are executable before trying to call them. If the file is missing or permissions are not set correctly the module prints a log message and skips the command now
- reduced the console output drastically. Use
debug: true
config option to re-enable the console output. Errors are printed to console without the debug flag as before