wok diff novnc/receipt @ rev 20428
Up gparted (0.32.0)
author | Pascal Bellard <pascal.bellard@slitaz.org> |
---|---|
date | Sun Aug 26 12:20:26 2018 +0200 (2018-08-26) |
parents | afac960ce4cf |
children | a78610b2eb47 |
line diff
1.1 --- a/novnc/receipt Sun Apr 13 02:20:46 2014 +0200 1.2 +++ b/novnc/receipt Sun Aug 26 12:20:26 2018 +0200 1.3 @@ -37,12 +37,12 @@ 1.4 post_install() 1.5 { 1.6 which openssl > /dev/null && 1.7 - openssl req -new -x509 -keyout $1/usr/share/novnc/self.pem \ 1.8 - -out $1/usr/share/novnc/self.pem -days 3650 -nodes <<EOT 1.9 -$(. /etc/locale.conf ; echo ${LANG#*_}) 1.10 -$(cat /etc/TZ) 1.11 + openssl req -new -x509 -keyout "$1/usr/share/novnc/self.pem" \ 1.12 + -out "$1/usr/share/novnc/self.pem" -days 3650 -nodes <<EOT 1.13 +$(. "$1/etc/locale.conf" ; echo ${LANG#*_}) 1.14 +$(cat "$1/etc/TZ") 1.15 1.16 -$(cat /etc/hostname) 1.17 +$(cat "$1/etc/hostname") 1.18 1.19 1.20