forked from extern/zsync
6 lines
137 B
Bash
Executable File
6 lines
137 B
Bash
Executable File
#!/bin/bash
|
|
|
|
if [ -f /etc/bashclub/zsync.conf ]; then
|
|
mv /etc/bashclub/zsync.conf /etc/bashclub/zsync.conf.backup_$(date +%Y-%m-%d)
|
|
fi
|