Skip to content

Commit

Permalink
Merge pull request #63 from vkavun/patch-1
Browse files Browse the repository at this point in the history
Update start-server.sh
  • Loading branch information
miohtama committed Jan 7, 2014
2 parents 000ed1d + 7cbe7fe commit 13fdf84
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion scripts/start-server.sh
Expand Up @@ -65,7 +65,7 @@ start() {
if [[ $? != '0' ]]; then
sleep 3
# http://devforum.skype.com/t5/Audio-Video/bt-audio-service-open-connect-failed-Connection-refused-111/td-p/303
skype > /dev/null 2&>1 &
skype > /dev/null 2>&1 &
else
echo "skype already running"
fi
Expand Down

0 comments on commit 13fdf84

Please sign in to comment.