Skip to content
This repository has been archived by the owner on Jun 14, 2024. It is now read-only.

Commit

Permalink
Installer Script
Browse files Browse the repository at this point in the history
  • Loading branch information
Bonveio authored Dec 16, 2019
1 parent 98d61eb commit 95d9746
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions install.sh
Original file line number Diff line number Diff line change
Expand Up @@ -65,8 +65,8 @@ EOF
sed -i "s/SOCKSAUTH/$SOCKSAUTH/g" /etc/danted.conf
sed -i '/\/bin\/false/d' /etc/shells
echo '/bin/false' >> /etc/shells
systemctl restart dante.service
systemctl enable dante.service
systemctl restart danted.service
systemctl enable danted.service
}

function Uninstallation(){
Expand Down

0 comments on commit 95d9746

Please sign in to comment.