From 76d67dfa755e12681de35327b2b75a668fc39090 Mon Sep 17 00:00:00 2001 From: Simon Rettberg Date: Wed, 11 Oct 2023 14:46:16 +0200 Subject: Gixc arugment oreder --- satellit_installer/includes/50-install_bwSuite_server.inc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/satellit_installer/includes/50-install_bwSuite_server.inc b/satellit_installer/includes/50-install_bwSuite_server.inc index 804235e..33c0b0e 100644 --- a/satellit_installer/includes/50-install_bwSuite_server.inc +++ b/satellit_installer/includes/50-install_bwSuite_server.inc @@ -2,7 +2,7 @@ install_bwSuite_server() { # $1: directory to install server to echo "# Installing server part of bwSuite... " mkdir -p "$1" || perror "Cannot create $1" - tar -x -f -C /opt/dmsd "$BASEDIR/static_files/dozmod.tar.gz" \ + tar -x -C /opt/dmsd -f "$BASEDIR/static_files/dozmod.tar.gz" \ || perror "Could not extract dmsd" chown -R root:root "$1" chmod -R go-w "$1" -- cgit v1.2.3-55-g7522