Fixed Error made

This commit is contained in:
Cooldude2606
2017-08-21 10:59:23 +01:00
parent 1f1f5e4de4
commit 8167618333
2 changed files with 3 additions and 1 deletions

View File

@@ -44,6 +44,7 @@ function sudo(command,args,custom_return_name)
end
--turns a string into the temp var format so that it can be used
function format_as_temp_var(string)
refresh_temp_var(string)
return {sudo='sudo-temp-var',name=tostring(string)}
end
--update the time on a temp var or add it as a new one