mirror of
https://github.com/freedombox/FreedomBox.git
synced 2026-05-27 10:44:33 +00:00
Update module manager action to handle invalid actions
- Also untabify the file
This commit is contained in:
parent
fd01cc84fe
commit
2bbaa11c96
@ -42,6 +42,8 @@ case "$1" in
|
||||
fi
|
||||
fi
|
||||
done
|
||||
echo "failed to enable invalid module" "$3"
|
||||
exit 1
|
||||
;;
|
||||
|
||||
"disable")
|
||||
@ -61,5 +63,7 @@ case "$1" in
|
||||
fi
|
||||
fi
|
||||
done
|
||||
echo "failed to disable invalid module" "$3"
|
||||
exit 1
|
||||
;;
|
||||
esac
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user