mirror of
https://gitlab.com/Zaney/zaneyos.git
synced 2025-06-24 14:02:07 +02:00
Ensure zaneyos-backups folder gets created in no .config folder exists
This commit is contained in:
parent
24daebf4d3
commit
a56b9ce8d5
@ -32,7 +32,7 @@ if [ -d "zaneyos" ]; then
|
|||||||
sleep 1
|
sleep 1
|
||||||
else
|
else
|
||||||
echo "Creating the backups folder & moving ZaneyOS to it."
|
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
|
mv $HOME/zaneyos .config/zaneyos-backups/$backupname
|
||||||
sleep 1
|
sleep 1
|
||||||
fi
|
fi
|
||||||
|
Loading…
x
Reference in New Issue
Block a user