Skip to content

Commit 68d7233

Browse files
committed
Small fix in OS detection.
1 parent f9db98c commit 68d7233

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

install/hst-install-debian.sh

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -580,9 +580,9 @@ APT_KEY_DONT_WARN_ON_DANGEROUS_USAGE=1 apt-key add /tmp/php_signing.key > /dev/n
580580
if [ "$exim" == 'yes' ]; then
581581
echo "(*) Z-Push"
582582
if [ "$release" -eq 8 ]; then
583-
$zpush_os='Debian_8.0'
583+
zpush_os='Debian_8.0'
584584
else
585-
$zpush_os='Debian_9.0'
585+
zpush_os='Debian_9.0'
586586
fi
587587

588588
echo "deb http://repo.z-hub.io/z-push:/final/$zpush_os/ /" > $apt/z-push.list

0 commit comments

Comments
 (0)