Browse Source

Quotation escaping fixes

pull/450/head
Scarsz 10 years ago
parent
commit
66185890e4
  1. 4
      functions/fn_start

4
functions/fn_start

@ -141,8 +141,8 @@ if [ "${tmuxwc}" -eq 0 ]; then
echo ""
echo "Command"
echo "================================="
echo "tmux new-session -d -s "${servicename}" "${executable} ${parms}""
echo "tmux new-session -d -s "${servicename}" "${executable} ${parms}"" >> "${scriptlog}"
echo "tmux new-session -d -s \"${servicename}\" \"${executable} ${parms}\""
echo "tmux new-session -d -s \"${servicename}\" \"${executable} ${parms}\"" >> "${scriptlog}"
echo ""
echo "Error"
echo "================================="

Loading…
Cancel
Save