dmesgdb

Unnamed repository; edit this file 'description' to name the repository.
Log | Files | Refs | README

commit 7782820ebae6656956e7c5f5d2f48c0242f7b385
parent 71f6da1ce4c27cbe7e9fb74626727eea7cb69d2f
Author: vasyahacker <vasyahacker@noreply.git.openbsd.org.ru>
Date:   Thu, 23 Nov 2023 17:09:59 +0300

fix

Diffstat:
Mvar/www/upload | 2+-
1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/var/www/upload b/var/www/upload @@ -97,7 +97,7 @@ _RESULT="" Thank you, your dmesg was uploaded! Link: http://$HTTP_HOST/list/$FULL_LINK_NAME Token: $TOKEN - Edit: curl --data \"$(dmesg)\" '/upload?token=$TOKEN&vendor=$vendor&model=$model&state=$state' + Edit: curl --data \"\$(dmesg)\" '/upload?token=$TOKEN&vendor=$vendor&model=$model&state=$state' Also you can add a comment: ftp -V -o - 'http://$HTTP_HOST/comment?token=$TOKEN&comment=ethernet ok, storage ok' "