aboutsummaryrefslogtreecommitdiffstats
path: root/scripts
diff options
context:
space:
mode:
authorjwansek <eddie.atten.ea29@gmail.com>2022-10-27 07:46:17 +0000
committerjwansek <eddie.atten.ea29@gmail.com>2022-10-27 07:46:17 +0000
commit5347a8ddc2001ead97e426523b4b03bd797591fb (patch)
tree351f9c620ea69d5f6efd03b8e99c817272bfe0d5 /scripts
parentdee402d48ff0c54f6ac543cd96d572ff2244e80a (diff)
downloadboymoder.blog-5347a8ddc2001ead97e426523b4b03bd797591fb.tar.gz
boymoder.blog-5347a8ddc2001ead97e426523b4b03bd797591fb.zip
Fixed wording in update script
Diffstat (limited to 'scripts')
-rwxr-xr-xscripts/update.sh2
1 files changed, 1 insertions, 1 deletions
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