Changes between Version 21 and Version 22 of Plugins/Execute


Ignore:
Timestamp:
09/07/2017 07:54:43 PM (7 years ago)
Author:
linearray
Comment:

Bash quotes

Legend:

Unmodified
Added
Removed
Modified
  • Plugins/Execute

    v21 v22  
    4141torrentname=$2 
    4242torrentpath=$3 
    43 echo "Torrent Details: " $torrentname $torrentpath $torrentid  >> /tmp/execute_script.log 
     43echo "Torrent Details: " "$torrentname" "$torrentpath" "$torrentid"  >> /tmp/execute_script.log 
    4444}}} 
    4545