Closed MahtraDR closed 1 week ago
usage would be ;eq force_refresh_scripts
?
usage would be
;eq force_refresh_scripts
?
There are two commands.
One - Force-gets all scripts (I am not sure we actually want this, we may only want it to CHECK all scripts, and get the ones that are out of date?)
;eq force_refresh_scripts
Two - force-gets one script
;eq get_script('script-name')
Note this should resolve https://github.com/rpherbig/dr-scripts/issues/6970 however we end up tuning it.
yeah having it check for updates would be better than redownloading everything. Save on bandwidth at least
though having both a way to force a redownload of everything and a way to just check for updated files wouldn't be a bad idea either.
though having both a way to force a redownload of everything and a way to just check for updated files wouldn't be a bad idea either.
The way it works now, it'll check every file and redownload if they're out of date or don't exist. Is that good enough here?
yep, that works. That's what I was expecting.
Adds messaging when scripts are force-checked, and adds the option to force-check all scripts.
Resolves https://github.com/rpherbig/dr-scripts/issues/6970