From 20bade5ab950a9a4533189c1a505f6c4b54501b4 Mon Sep 17 00:00:00 2001 From: Yossi Date: Tue, 20 Mar 2018 20:42:53 +0200 Subject: [PATCH] fix typo --- stage2/06-dride-base/files/etc_initd_dride-core | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/stage2/06-dride-base/files/etc_initd_dride-core b/stage2/06-dride-base/files/etc_initd_dride-core index 99a16ae..b16ac62 100644 --- a/stage2/06-dride-base/files/etc_initd_dride-core +++ b/stage2/06-dride-base/files/etc_initd_dride-core @@ -22,7 +22,7 @@ case "$1" in sudo python /home/core/modules/indicators/python/states/standalone.py welcome # start recording - sudo ncie -n -19 node /home/core/modules/video/index.js & + sudo nice -n -19 node /home/core/modules/video/index.js & # run button / bluetooth daemon sudo python /home/core/daemons/bluetooth/initPin.py &