install statement

This commit is contained in:
gyurix
2024-08-12 13:27:19 +02:00
parent d262f6cd24
commit 7fde87bfce

View File

@@ -255,6 +255,9 @@ execute_task() {
JSON_TARGET=$(echo '{ "DATE": "'$DATE'", "INSTALL_STATUS": "'$INSTALL_STATUS'", "INSTALLED_SERVICES": {'$SERVICES'} }' | jq -r . | base64 -w0);
elif [ "$TASK_NAME" == "install" ]; then
fi
redis-cli -h $REDIS_SERVER -p $REDIS_PORT SET $TASK "$JSON_TARGET";