diff options
author | makefu <github@syntax-fehler.de> | 2012-03-10 22:51:36 +0100 |
---|---|---|
committer | makefu <github@syntax-fehler.de> | 2012-03-10 22:57:04 +0100 |
commit | b64eb207e73a9d166483c811c827692201bf732f (patch) | |
tree | ab02282cc967d0cbc8ef077aa96a5d05d3593b6f /retiolum/Makefile | |
parent | 4aa0bab545f5f28200ea16ee581d6eff39e94d6d (diff) |
fix broken punani call
Diffstat (limited to 'retiolum/Makefile')
-rw-r--r-- | retiolum/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/retiolum/Makefile b/retiolum/Makefile index ee1526d4..668ee58e 100644 --- a/retiolum/Makefile +++ b/retiolum/Makefile @@ -9,9 +9,9 @@ links: install: upgrade - ../punani/bin/punani tinc python + ../punani/bin/punani install tinc python scripts/tinc_setup/install.sh - cp scripts/tinc_setup/tinc-up /etc/tinc/retiolum/tinc-up + sudo cp scripts/tinc_setup/tinc-up /etc/tinc/retiolum/tinc-up scripts/autostart/create-startup.sh upgrade: update |