Skip to content

Commit

Permalink
[install.sh] Fixed sed command
Browse files Browse the repository at this point in the history
Signed-off-by: Jan Keromnes <janx@linux.com>
  • Loading branch information
jankeromnes committed Mar 11, 2012
1 parent e3910f9 commit 153492b
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions install.sh
Expand Up @@ -7,8 +7,8 @@ echo -n pass:\ ; read -s PASS

echo "Installing service script..."
curl https://raw.github.com/hexanome/autoconnect/autoconnect | \
sed "s_USER=user_USER=$(USER)" | \
sed "s_PASS=pass_PASS=$(PASS)" | \
sed "s_USER=user_USER=$(USER)_" | \
sed "s_PASS=pass_PASS=$(PASS)_" | \
sudo tee /etc/init.d/autoconnect
echo "service autonnect start" | sudo tee -a /etc/rc.local

Expand Down

0 comments on commit 153492b

Please sign in to comment.