diff options
author | Ingmar Vanhassel <ingmar@exherbo.org> | 2010-02-12 05:07:26 +0100 |
---|---|---|
committer | Bo Ørsted Andresen <zlin@exherbo.org> | 2014-05-23 18:29:09 +0200 |
commit | 688b957819d038a2e1b0d1724589adda6ddbc9ef (patch) | |
tree | 5b72ee447a92ea200ceca655ca8ee320e4e5e1b7 | |
parent | e743c1ad00f441bbd667550b2254576f7c3ebfb7 (diff) | |
download | wgetpaste-688b957819d038a2e1b0d1724589adda6ddbc9ef.tar.gz |
Fix instructions to rename configuration files
Please move /etc/wgetpaste to /etc/wgetpaste
Please move /home/ingmar/.wgetpaste to /home/ingmar/.wgetpaste
-rwxr-xr-x | wgetpaste | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -659,7 +659,7 @@ load_configs() { echo "The config files for wgetpaste have changed to *.conf.$N" >&2 deprecated=0 fi - echo "Please move ${f} to ${f/%.bash/.conf}" >&2 + echo "Please move ${f} to ${f%.bash}.conf" >&2 source "$f" || die "Failed to source $f" fi done |