From 8ca24f8f34261d029fcb11b710345840f76cbbe5 Mon Sep 17 00:00:00 2001 From: login (tilde.temm) Date: Fri, 15 Nov 2019 22:12:37 -0500 Subject: Fixed small error in ntcoin A small error was present in ntcoin, where a chmod on a file that may not exist was blocking the execution of future commands due to failing. Now, the command is always set to succeed. ---