diff --git a/README.md b/README.md index d31d68f..fa43135 100644 --- a/README.md +++ b/README.md @@ -16,3 +16,4 @@ ToDo: [ ] Make tor service optional [ ] Optional block explorer [ ] Grafana with stats +[ ] Add monerod-proxy diff --git a/installer.sh b/installer.sh index f41fbde..e06ba92 100755 --- a/installer.sh +++ b/installer.sh @@ -152,7 +152,7 @@ install_docker() { ( check_return $? # Fedora and Centos need to enable & start the daemon if grep -q "fedora" /etc/os-release || grep -q "centos" /etc/os-release; then - systemctl enable docker + systemctl enable docker >>"${XMRSH_LOG_FILE}" 2>&1 systemctl start docker >>"${XMRSH_LOG_FILE}" 2>&1 fi echo -e "${Ok}"