removed unused variable

This commit is contained in:
Armin Briegel
2022-06-17 15:50:01 +02:00
parent ae7db2621c
commit 158a30b6f1

View File

@@ -1,4 +1,4 @@
#!/bin/bash #!/bin/sh
# This script is meant to povide the simplest MDM/management platform agnostic way to install Installomator # This script is meant to povide the simplest MDM/management platform agnostic way to install Installomator
# The only requirement is an Internet connection # The only requirement is an Internet connection
@@ -15,7 +15,6 @@ exitCode=0
if [ ! -e "/usr/local/Installomator/Installomator.sh" ]; then if [ ! -e "/usr/local/Installomator/Installomator.sh" ]; then
echo "Installomator not found. Installing." echo "Installomator not found. Installing."
# Create temporary working directory # Create temporary working directory
workDirectory=$( basename "$0" )
tempDirectory=$( mktemp -d ) tempDirectory=$( mktemp -d )
echo "Created working directory '$tempDirectory'" echo "Created working directory '$tempDirectory'"
# Download the installer package # Download the installer package