mirror of
https://gitlab.com/Zaney/zaneyos.git
synced 2024-11-22 14:43:08 +01: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
|
||||
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
|
||||
|
Loading…
Reference in New Issue
Block a user