Skip to content

Commit

Permalink
fixed path error
Browse files Browse the repository at this point in the history
  • Loading branch information
griffey committed Sep 1, 2012
1 parent 7805c35 commit 2937328
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion LibraryBox 1.5/librarybox.sh
Expand Up @@ -17,7 +17,7 @@ cp $path/index.html /opt/piratebox/chat/;
cp $path/piratebox-logo-small.png /opt/piratebox/src/;
cp $path/piratebox-logo.png /opt/piratebox/src/;
cp $path/piratebox.conf /opt/piratebox/conf/;
cp $path/wireless /etc/config/wireless/;
cp $path/wireless /etc/config/;

cp $path/READ.ME.htm /opt/piratebox/src/;
mv /opt/piratebox/src/READ.ME.htm /opt/piratebox/src/.READ.ME.htm;
Expand Down

0 comments on commit 2937328

Please sign in to comment.