moved install.sh to piratebox folder, that it is included in package AND fixed path to config

This commit is contained in:
Matthias Strubel 2013-02-10 13:15:00 +01:00
parent 44c166538a
commit 9018f58159
1 changed files with 1 additions and 1 deletions

View File

@ -17,7 +17,7 @@
# REVISION: 0.3.1
#=======================================================================
#Import PirateBox conf
CURRENT_CONF=piratebox/piratebox/conf/piratebox.conf
CURRENT_CONF=piratebox/conf/piratebox.conf
#Must be root
if [[ $EUID -ne 0 ]]; then