aboutsummaryrefslogtreecommitdiffstats
path: root/scripts/update.sh
diff options
context:
space:
mode:
Diffstat (limited to 'scripts/update.sh')
-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