Changes between Version 21 and Version 22 of Plugins/Execute
- Timestamp:
- 09/07/2017 07:54:43 PM (6 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Plugins/Execute
v21 v22 41 41 torrentname=$2 42 42 torrentpath=$3 43 echo "Torrent Details: " $torrentname $torrentpath $torrentid>> /tmp/execute_script.log43 echo "Torrent Details: " "$torrentname" "$torrentpath" "$torrentid" >> /tmp/execute_script.log 44 44 }}} 45 45