From 026108c58dfc5138ef8c3b1f90b9cdcd226381e9 Mon Sep 17 00:00:00 2001 From: Locutus73 Date: Thu, 2 May 2019 11:19:42 +0200 Subject: [PATCH] Version 1.0.3 Code review by by frederic-mahe, now the script performs more compact tests and operations, thank you very much. --- ssh_on.sh | 1 + 1 file changed, 1 insertion(+) diff --git a/ssh_on.sh b/ssh_on.sh index 310e27f..51c46a8 100644 --- a/ssh_on.sh +++ b/ssh_on.sh @@ -18,6 +18,7 @@ # You can download the latest version of this script from: # https://github.com/MiSTer-devel/Scripts_MiSTer +# Version 1.0.3 - 2019-05-02 - Code review by by frederic-mahe, now the script performs more compact tests and operations, thank you very much. # Version 1.0.2 - 2019-02-03 - Remounting / as RW only when needed; downgraded version from 1.1 to 1.0.2. # Version 1.0.1 - 2019-02-02 - Remounting / as RW before altering /etc/init.d/ so the script actually works from OSD. # Version 1.0 - 2019-02-02 - First commit