diff --git a/debian/debian-configure-wrestic.sh b/debian/debian-configure-wrestic.sh index 93e0eb7..90805a5 100644 --- a/debian/debian-configure-wrestic.sh +++ b/debian/debian-configure-wrestic.sh @@ -6,8 +6,8 @@ if [ "$EUID" -ne 0 ] exit fi -mkdir /home/akanealw/.config/wrestic -mkdir /home/akanealw/restic/restore +mkdir -pv /home/akanealw/.config/wrestic +mkdir -pv /home/akanealw/restic/restore mkdir /root/restic/restore wget -O /usr/sbin/local/wrestic http://192.168.1.50/files/wrestic/wrestic wget -O /home/akanealw/.config/wrestic/wrestic.toml http://192.168.1.50/files/wrestic/wrestic.toml