also don't show the first-time installation warning for SSH logins
authorDennis Groenen <tj.groenen@gmail.com>
Fri, 30 Nov 2012 18:49:40 +0000 (19:49 +0100)
committerDennis Groenen <tj.groenen@gmail.com>
Fri, 30 Nov 2012 18:49:40 +0000 (19:49 +0100)
debian/busybox-power.preinst

index b71d7c2..551fe92 100644 (file)
@@ -33,9 +33,10 @@ else
   esac
 fi
 
-# Don't show the warning message when the user wants an unattended installation
-# or if $DISPLAY is not set
-if test -z "$DISPLAY" || test -e /tmp/.bbp-unattended; then exit 0; fi
+# Don't show the warning message when the user wants an unattended installation,
+# if $DISPLAY is not set or $SSH_TTY is set
+if test -z "$DISPLAY" || test -n "$SSH_TTY" || test -e /tmp/.bbp-unattended
+  then exit 0; fi
 
 # Warning message
 case $ENVIRONMENT in