X-Git-Url: https://iankelling.org/git/?p=distro-setup;a=blobdiff_plain;f=keyscript-on;h=7950ebe9b9ca0e49f64e8154fba85faa77452ad9;hp=fc9f2a08f2829ce7de0e1812a3de8efde42dba9d;hb=8a6b446c7e336596af614c853e1c6177e55a7983;hpb=d46190aff6f5dc65bd39524e3937dc5765895b42 diff --git a/keyscript-on b/keyscript-on index fc9f2a0..7950ebe 100755 --- a/keyscript-on +++ b/keyscript-on @@ -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)"