Commit 237d1d6e authored by Igor Pečovnik's avatar Igor Pečovnik
Browse files

fix error updating rc.local

parent 3d4ca556
...@@ -127,7 +127,7 @@ make clean ...@@ -127,7 +127,7 @@ make clean
make make
make install make install
echo "sane-find-scanner" >> /etc/scanbuttond/initscanner.sh echo "sane-find-scanner" >> /etc/scanbuttond/initscanner.sh
sed -e 's/exit 0/\/usr\/bin\/scanbuttond\nexit 0/g' -i /etc/rc.local sed -e 's/does nothing./does nothing.\n\/usr\/bin\/scanbuttond/g' -i /etc/rc.local
} }
############################################################################# #############################################################################
......
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment