Skip to content

Instantly share code, notes, and snippets.

--- ace.css-1.7 2022-08-09 16:36:24.312570297 -0400
+++ ace.css-1.8 2022-08-09 16:37:19.454829020 -0400
@@ -1,393 +1,28 @@
/*ace.js*/
-.ace_br1 {border-top-left-radius : 3px;}
-.ace_br2 {border-top-right-radius : 3px;}
-.ace_br3 {border-top-left-radius : 3px; border-top-right-radius: 3px;}
-.ace_br4 {border-bottom-right-radius: 3px;}
-.ace_br5 {border-top-left-radius : 3px; border-bottom-right-radius: 3px;}
-.ace_br6 {border-top-right-radius : 3px; border-bottom-right-radius: 3px;}
--- a/files/init.d-2.2 2018-04-26 10:56:44.452592421 -0400
+++ b/files/init.d-2.2 2018-04-26 11:55:20.408548260 -0400
@@ -74,6 +74,7 @@
fi
# tail -n1 is critical as these we only want the last instance of the option
+ local user=$(get_config "${MY_CNF}" user | tail -n1)
local basedir=$(get_config "${MY_CNF}" basedir | tail -n1)
local pidfile=$(get_config "${MY_CNF}" pid-file | tail -n1)
local socket=$(get_config "${MY_CNF}" socket | tail -n1)