]> gitweb.fluxo.info Git - kvmx.git/commitdiff
Provision: development: ensure we are in the home folder
authorSilvio Rhatto <rhatto@riseup.net>
Mon, 11 Sep 2017 11:30:07 +0000 (08:30 -0300)
committerSilvio Rhatto <rhatto@riseup.net>
Mon, 11 Sep 2017 11:30:07 +0000 (08:30 -0300)
share/provision/development

index c3e06dfea94168d43921bb8404c9c8fc6f6d1324..47b7efe22b963ec608414e023690293a359bb61d 100755 (executable)
@@ -26,6 +26,9 @@ DOMAIN="$2"
 MIRROR="$3"
 APT_INSTALL="sudo LC_ALL=C DEBIAN_FRONTEND=noninteractive apt-get install -y"
 
+# Ensure we're in the home folder
+cd
+
 # Dependencies
 echo "Installing basic dependencies..."
 sudo sed -i -e "s|main$|main contrib non-free|g" /etc/apt/sources.list