You cannot select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
10 lines
336 B
Bash
10 lines
336 B
Bash
#!/bin/bash
|
|
|
|
export TEXTDOMAIN=pprompt
|
|
|
|
. gettext.sh
|
|
|
|
if [ -e /run/sshwarn ] ; then
|
|
zenity --warning --width=400 --text="$(gettext "SSH is enabled and the default password for the 'pi' user has not been changed.\n\nThis is a security risk - please login as the 'pi' user and run Raspberry Pi Configuration to set a new password.")"
|
|
fi
|