change wallet.dat and .log path to ./silentdragon
This commit is contained in:
@@ -9,11 +9,11 @@ pub fn report_permission_error() {
|
||||
eprintln!("HOME: {}", home);
|
||||
eprintln!("Executable: {}", current_executable.display());
|
||||
if home == "/" {
|
||||
eprintln!("User {} must have permission to write to '{}.komodo/HUSH3/' .",
|
||||
eprintln!("User {} must have permission to write to '{}.silentdragonlite/' .",
|
||||
user,
|
||||
home);
|
||||
} else {
|
||||
eprintln!("User {} must have permission to write to '{}/.komodo/HUSH3/ .",
|
||||
eprintln!("User {} must have permission to write to '{}/.silentdragonlite/ .",
|
||||
user,
|
||||
home);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user