mirror of
https://github.com/edgebox-iot/edgeboxctl.git
synced 2026-09-24 05:41:43 +02:00
Added various functions to edgeapps package, working GetEdgeApps func running as scheduled task
This commit is contained in:
@@ -192,7 +192,8 @@ func taskSetupTunnel(args taskSetupTunnelArgs) string {
|
||||
func taskGetEdgeApps() string {
|
||||
|
||||
fmt.Println("Executing taskGetEdgeApps")
|
||||
edgeapps.GetEdgeApps()
|
||||
|
||||
log.Println(edgeapps.GetEdgeApps())
|
||||
|
||||
// Saving information in the "options" table.
|
||||
return "OK"
|
||||
|
||||
Reference in New Issue
Block a user