mirror of
https://github.com/billz/raspap-webgui.git
synced 2025-03-01 10:31:47 +00:00
Update set local file timestamp to when it was downloaded
This commit is contained in:
@@ -15,7 +15,7 @@ update_url=$1
|
||||
file=$2
|
||||
destination=$3
|
||||
|
||||
wget -q ${update_url} -O ${destination}${file} &> /dev/null
|
||||
wget -q --no-use-server-timestamps ${update_url} -O ${destination}${file} &> /dev/null
|
||||
|
||||
echo "$?"
|
||||
|
||||
|
Reference in New Issue
Block a user