Skip to content

Instantly share code, notes, and snippets.

@mhfs
Created December 24, 2010 21:55
Show Gist options
  • Save mhfs/754524 to your computer and use it in GitHub Desktop.
Save mhfs/754524 to your computer and use it in GitHub Desktop.
root@server:~# export CMDTEST='su cpfcnpj_mhfs_com_br -c "/usr/local/bin/unicorn -D -E production -c config/unicorn.rb"'
root@server:~# echo $CMDTEST
su cpfcnpj_mhfs_com_br -c "/usr/local/bin/unicorn -D -E production -c config/unicorn.rb"
root@server:~# $CMDTEST
su: invalid option -- 'D'
U
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment