- Timestamp:
- 2010-04-12T15:37:33Z (15 years ago)
- Branches:
- master
- Children:
- 72b60c7e
- Parents:
- e3781b9
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
skype/t/livetest-bitlbee.sh
re3781b9 r7cc2c1e 28 28 echo "username = $TEST_SKYPE_ID" >> skyped.conf 29 29 echo "password = $(echo -n $TEST_SKYPE_PASSWORD|sha1sum|sed 's/ *-$//')" >> skyped.conf 30 echo "cert = $(pwd)/etc/skyped.cert.pem" >> skyped.conf 31 echo "key = $(pwd)/etc/skyped.key.pem" >> skyped.conf 30 # we use ~ here to test that resolve that syntax works 31 echo "cert = $(pwd|sed "s|$HOME|~|")/etc/skyped.cert.pem" >> skyped.conf 32 echo "key = $(pwd|sed "s|$HOME|~|")/etc/skyped.key.pem" >> skyped.conf 32 33 echo "port = 2727" >> skyped.conf 33 34
Note: See TracChangeset
for help on using the changeset viewer.