Ensure zaneyos-backups folder gets created in no .config folder exists

This commit is contained in:
Tyler Kelley 2024-03-01 16:35:59 -06:00
parent 24daebf4d3
commit a56b9ce8d5

View File

@ -32,7 +32,7 @@ if [ -d "zaneyos" ]; then
sleep 1
else
echo "Creating the backups folder & moving ZaneyOS to it."
mkdir .config/zaneyos-backups
mkdir -p .config/zaneyos-backups
mv $HOME/zaneyos .config/zaneyos-backups/$backupname
sleep 1
fi