diff options
-rw-r--r-- | README.org | 12 |
1 files changed, 12 insertions, 0 deletions
@@ -13,6 +13,18 @@ I run this bot in my GNU Social instance at [[https://social.systemreboot.net/apod][https://social.systemreboot.net/apod]]. Feel free to subscribe, or run the bot on your own in your GNU Social instance. +* Troubleshooting tip + +If you're having difficulty getting the script to work, it might help +to add /-x/ to the shebang, like this: + +#+BEGIN_SRC bash + #! /usr/bin/bash -xefu +#+END_SRC + +This makes bash print out the commands it is executing, and might help +you figure out what's going wrong. + * License The source code is in the public domain. |