From 7d0125344f9390e01f2310c55f78b4b4a115d69e Mon Sep 17 00:00:00 2001 From: Fuxino Date: Sat, 29 Apr 2023 21:53:06 +0200 Subject: [PATCH] Update install file --- simple_backup.install | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/simple_backup.install b/simple_backup.install index fb63f37..c3fc586 100644 --- a/simple_backup.install +++ b/simple_backup.install @@ -1,6 +1,6 @@ post_install() { echo "An example configuration file is found in /etc/simple_backup/simple_backup.config." - echo "Copy it to ~/.simple_backup/simple_backup.config and modify it as needed" + echo "Copy it to ~/config/simple_backup/simple_backup.config and modify it as needed" } post_upgrade() {