Fix bug in m path
This commit is contained in:
@@ -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
|
||||||
|
|||||||
Reference in New Issue
Block a user