From 68a9844c4fd167b9974a6f8e717b2f469fe7eeef Mon Sep 17 00:00:00 2001 From: ~login@aussies.space Date: Thu, 14 Nov 2019 11:02:20 +1100 Subject: Increasing reliability of edit_tcoin and edit_pcoin as defined in ntcoin ntcoin creates the scripts edit_tcoin and edit_pcoin. Now, instead of assuming 'nano' is included at /bin/nano, it uses `which nano` to determine where 'nano' is included in the current system. Quotation marks are used around 'nano''s file argument to increase robustness around spaces in file paths. ---