fixed typo

This commit is contained in:
2024-05-25 13:36:12 -05:00
parent bb4dfc21a3
commit 266a8fb9f0

View File

@@ -1,7 +1,7 @@
#!/bin/bash
mkdir -p /root/scripts/restic > /dev/null 2>&1
mkdir -p /root/scritps/restic/older-scripts > /dev/null 2>&1
mkdir -p /root/scripts/restic/older-scripts > /dev/null 2>&1
mv /root/scripts/restic/export*.sh older-scripts/ > /dev/null 2>&1
mv /root/scripts/restic/restic*.sh older-scripts/ > /dev/null 2>&1
wget -q http://192.168.1.50/scripts/restic/restic-rest-server/restic-rest-server-backup.sh -P /root/scripts/restic