Hi,

I have the following command:
server=${server:-$DS_SERVER}

what does it do, well i do understand that it is assigning a value to variable server but what does ':-' do?