View Single Post
Posts: 25 | Thanked: 2 times | Joined on Dec 2009
#43
Originally Posted by egoshin View Post
Move microb directory back and reboot:

rm /usr/share/microb-engine
mv /home/opt/microb-engine /usr/share/microb-engine

EDIT: but it may not help if update installed something to /usr/share/microb-engine ... you may need reflash.

wouldn't the rm /usr/share/microb-engine command delete all the files in that directory?

and once i move the files back with
mv /home/opt/microb-engine /usr/share/microb-engine

do i have to link them like i did when i moved them the first time?

for example would i need to run

ln -s /usr/share/microb-engine /home/opt/microb-engine

?