From 906cf28e6ef9848637f04ee6299ef5faa226f410 Mon Sep 17 00:00:00 2001 From: Administrator Date: Wed, 14 Aug 2024 11:48:55 +0000 Subject: [PATCH] Fix mv command --- bashclub-zsync/DEBIAN/postrm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/bashclub-zsync/DEBIAN/postrm b/bashclub-zsync/DEBIAN/postrm index b71a59e..7a54033 100755 --- a/bashclub-zsync/DEBIAN/postrm +++ b/bashclub-zsync/DEBIAN/postrm @@ -1,5 +1,5 @@ #!/bin/bash if [ -f /etc/bashclub/zsync.conf ]; then - mv /etc/bashclub/zsync.conf.backup_$(date +%Y-%m-%d) + mv /etc/bashclub/zsync.conf /etc/bashclub/zsync.conf.backup_$(date +%Y-%m-%d) fi