mirror of
https://github.com/RaspAP/raspap-webgui.git
synced 2024-11-22 15:40:22 +00:00
Update set local file timestamp to when it was downloaded
This commit is contained in:
parent
3e491c17f4
commit
104b8c340c
1 changed files with 1 additions and 1 deletions
|
@ -15,7 +15,7 @@ update_url=$1
|
||||||
file=$2
|
file=$2
|
||||||
destination=$3
|
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 "$?"
|
echo "$?"
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue