Commit graph

6 commits

Author SHA1 Message Date
Matthias Strubel d5f9ce8d60 Merge branch 'hotfix-1.0.2' into development
Conflicts:
	BuildScripts/RPi_motd.txt
	CHANGELOG
	Makefile
	README.md
	piratebox/piratebox/python_lib/broadcast.py
	piratebox/piratebox/python_lib/discover.py
	piratebox/piratebox/python_lib/messages.py
	piratebox/piratebox/python_lib/psogen.py
	piratebox/piratebox/www/cgi-bin/psowrte.py
2014-12-26 09:56:47 +01:00
risca 3ae5c4d016 Now the file path of the install.sh script is absolute, therefore it will be possible to launch the script also from other path like:
/bin/bash /home/myuser/PirateBoxScripts_Webserver-master/piratebox/install.sh
This also corrects a wrong path on line 47 that was causing the install script to fail.
2014-12-08 01:15:49 +01:00
risca 530b050964 Now the path is absolute, therefore the install.sh script could be launched by any path, eg. the following will work as well:
/bin/bash/ /home/myuser/PirateBoxScripts_Webserver-master/piratebox/install.sh
Also line 36 and line 47 where pointing to incompatible launching path (the first was in PirateBoxScripts_Webserver-master/piratebox, the second just in PirateBoxScripts_Webserver-master/).
2014-12-08 01:13:57 +01:00
Matthias Strubel c73bd097d0 First bunch of license headers and overworked documentations 2014-01-17 16:35:15 +01:00
Cale Black 3600b584a4 init scripts do not start on boot by default anymore. 2013-05-31 10:31:53 -05:00
Matthias Strubel 9018f58159 moved install.sh to piratebox folder, that it is included in package AND fixed path to config 2013-02-10 13:15:00 +01:00
Renamed from install.sh (Browse further)