Skip to content

Commit

Permalink
.
Browse files Browse the repository at this point in the history
  • Loading branch information
steveseguin committed Jan 13, 2025
1 parent 1358ba6 commit 9f978ff
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion turnserver_install.sh.sample
Original file line number Diff line number Diff line change
Expand Up @@ -155,7 +155,9 @@ sudo fallocate -l 16G /swapfile
sudo chmod 600 /swapfile
sudo mkswap /swapfile
sudo swapon /swapfile
echo '/swapfile none swap sw 0 0' | sudo tee -a /etc/fstab
if ! grep -q '/swapfile none swap sw 0 0' /etc/fstab; then
echo '/swapfile none swap sw 0 0' | sudo tee -a /etc/fstab
fi

# Main script execution
echo "TURN Server Installation and Configuration"
Expand Down

0 comments on commit 9f978ff

Please sign in to comment.