Create a gist now

Instantly share code, notes, and snippets.

What would you like to do?
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