Fix bug in m path

This commit is contained in:
2024-01-05 21:39:39 +00:00
parent 21f498b029
commit 149687e8e4

View File

@@ -21,9 +21,9 @@ d() {
m() { m() {
d=$(d) d=$(d)
if [ $d == 2 ]; then if [ $d == 2 ]; then
./arch-maintenance.sh ~/dotfiles/scripts/arch-maintenance.sh
elif [ $d == 1 ]; then elif [ $d == 1 ]; then
./debian-maintenance.sh ~/dotfiles/scripts/debian-maintenance.sh
else else
echo "ERROR - Distro not supported." echo "ERROR - Distro not supported."
return 1 return 1