corrcet https vs http for title image + avoid unused update route on api
#!/bin/bash# execute.sh - Made for Puppi# This script just executes what is passed as argument# Sources common header for Puppi scripts.$(dirname$0)/header||exit10#parse variablescommand=$(eval"echo "$*"")#execute commandeval"${command}"