Move argument
This commit is contained in:
@@ -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" ]
|
||||||
|
|||||||
Reference in New Issue
Block a user