log more environment info

This commit is contained in:
idk
2021-12-16 15:50:35 -05:00
parent c260d96fad
commit 0ee2df14bf

3
testplugin.sh Normal file → Executable file
View File

@ -19,6 +19,9 @@ echo "Using environment:"
echo " I2P=$I2P"
echo " CONFIG=$CONFIG"
echo " PLUGIN=$PLUGIN"
echo " PLUGINPATH=$PLUGINPATH"
echo " ARGS=$ARGS"
echo " COMMAND="$PLUGINPATH" -$ARGS"
"$PLUGINPATH" -$ARGS > log.log 2> err.log &
tail -f log.log err.log