From c29f2b86bfff17d687a8050ee5e59201af74e723 Mon Sep 17 00:00:00 2001 From: Daniel Langbein Date: Thu, 11 Nov 2021 19:01:19 +0100 Subject: [PATCH] fix quoted by accident --- .idea/vcs.xml | 1 + pkg/de-p1st-installer/PKGBUILD | 2 +- pkg/de-p1st-installer/de-p1st-installer.sh | 2 +- 3 files changed, 3 insertions(+), 2 deletions(-) diff --git a/.idea/vcs.xml b/.idea/vcs.xml index 8089d07..6e5bd57 100644 --- a/.idea/vcs.xml +++ b/.idea/vcs.xml @@ -31,6 +31,7 @@ + diff --git a/pkg/de-p1st-installer/PKGBUILD b/pkg/de-p1st-installer/PKGBUILD index 675f1d4..0c075e5 100644 --- a/pkg/de-p1st-installer/PKGBUILD +++ b/pkg/de-p1st-installer/PKGBUILD @@ -2,7 +2,7 @@ _pkgname=installer _reponame=arch pkgname="de-p1st-$_pkgname" -pkgver=0.1.23 +pkgver=0.1.24 pkgrel=1 pkgdesc="Bash script to install Arch Linux" arch=('any') diff --git a/pkg/de-p1st-installer/de-p1st-installer.sh b/pkg/de-p1st-installer/de-p1st-installer.sh index 97185c3..83db415 100755 --- a/pkg/de-p1st-installer/de-p1st-installer.sh +++ b/pkg/de-p1st-installer/de-p1st-installer.sh @@ -376,7 +376,7 @@ function config_hostname_and_hosts() { # If FQDN not given, use $HOSTNAME.localdomain instead FQDN="${FQDN:="${HOSTNAME}.localdomain"}" # If STATIC_IP not given, use 127.0.1.1 instead - STATIC_IP="${STATIC_IP:='127.0.1.1'}" + STATIC_IP="${STATIC_IP:=127.0.1.1}" echo '# The following lines are desirable for IPv4 capable hosts 127.0.0.1 localhost