Changes

From Amahi Wiki
Jump to: navigation, search
== Configuration ==
* As '''root''', edit ''/etc/init.d/mount_shares_locally''**Replace ''"***set this string to your username!***"'' (line 12) with your username. For example '': username="amahi";''**The script may require the MariaDB root password be changed: ***Please see [[Database Root Password]] for the appropriate login password.***Also if you changed the MariaDB root password on your own.
:<blockquote>Change ''hda'' (line 25) to the appropriate password:
<pre>mysql -u root -phda -e "select name from shares" hda_production | grep -v "^name$" | xargs -d "\n" mkdir -p</pre></blockquote>
12,424

edits