diff options
author | Silvio Rhatto <rhatto@riseup.net> | 2016-07-01 11:10:58 -0300 |
---|---|---|
committer | Silvio Rhatto <rhatto@riseup.net> | 2016-07-01 11:10:58 -0300 |
commit | 5ca24cdd968f89e4d47bf87874209ed23df23ba2 (patch) | |
tree | c98b8537468d04a0f4647ad1147a1a0d55bbbb11 | |
parent | dc5659aed4dceccad963890cbc0dad10827013a4 (diff) | |
download | puppet-nodo-5ca24cdd968f89e4d47bf87874209ed23df23ba2.tar.gz puppet-nodo-5ca24cdd968f89e4d47bf87874209ed23df23ba2.tar.bz2 |
Link fix
-rw-r--r-- | files/etc/rc.local | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/files/etc/rc.local b/files/etc/rc.local index 775a383..8d93e07 100644 --- a/files/etc/rc.local +++ b/files/etc/rc.local @@ -34,7 +34,7 @@ if [ -f "/etc/screenrc.startup" ]; then ( . /etc/default/locale && cd /root && HOME=/root LANG=$LANG /usr/bin/screen -d -m -S root -c /etc/screenrc.startup ) fi -# See https://links.sarava.org/tags/badusb +# See https://links.fluxo.info/tags/badusb if [ -e "/sys/module/usbcore/parameters/authorized_default" ]; then echo "0" > /sys/module/usbcore/parameters/authorized_default |