Move argument

This commit is contained in:
gmpinder
2023-06-04 22:47:25 -04:00
parent b1a5a3f6f3
commit 81be18ace5

View File

@@ -20,7 +20,7 @@ dir="/opt/Synergy"
# Download file # Download file
echo "Downloading file..." echo "Downloading file..."
wget -Oq "$file" "$url" wget -qO "$file" "$url"
# Check if directory exists # Check if directory exists
if [ -d "$dir" ] if [ -d "$dir" ]