fix btrbk service
[distro-setup] / keyscript-on
index fc9f2a08f2829ce7de0e1812a3de8efde42dba9d..7950ebe9b9ca0e49f64e8154fba85faa77452ad9 100755 (executable)
@@ -41,6 +41,6 @@ if [[ ! -e /tmp/keyscript-off ]]; then
 fi
 # switch to easy or hard login pass which is the same as luks
 f=/q/root/shadow/traci-simple
-[[ $HOSTNAME != tp ]] || usermod -p "$(cat $f)" iank
+[[ $HOSTNAME != tpnew ]] || usermod -p "$(cat $f)" iank
 
 echo "$0: finished. $(date)"