Rename configuration file

This commit is contained in:
2023-05-02 18:07:41 +02:00
parent 5d17aaf03a
commit eb8bdde1fc
4 changed files with 4 additions and 4 deletions

View File

@ -1,6 +1,6 @@
post_install() {
echo "An example configuration file is found in /etc/simple_backup/simple_backup.config."
echo "Copy it to ~/config/simple_backup/simple_backup.config and modify it as needed"
echo "An example configuration file is found in /etc/simple_backup/simple_backup.conf."
echo "Copy it to ~/config/simple_backup/simple_backup.conf and modify it as needed"
}
post_upgrade() {