From 5347a8ddc2001ead97e426523b4b03bd797591fb Mon Sep 17 00:00:00 2001 From: jwansek Date: Thu, 27 Oct 2022 07:46:17 +0000 Subject: Fixed wording in update script --- scripts/update.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'scripts') diff --git a/scripts/update.sh b/scripts/update.sh index 1f8c0a5..9734089 100755 --- a/scripts/update.sh +++ b/scripts/update.sh @@ -1,6 +1,6 @@ #!/bin/bash -echo -n "Input blog post ID to export: " +echo -n "Input blog post ID to update: " read id sudo docker run -it --entrypoint python3 -v "$(pwd)/edaweb.conf":/app/edaweb.conf -v "$(pwd)/$1":/app/$1 --link mariadb:mysql --rm jwansek/edaweb /app/parser.py update -i $id -u root -m $1 -- cgit v1.2.3