mirror of
https://github.com/FOGProject/fos.git
synced 2026-04-27 15:48:19 -05:00
Exit program if running untested OS
This commit is contained in:
@@ -69,7 +69,8 @@ function checkDependencies() {
|
||||
;;
|
||||
*)
|
||||
echo "Untested OS: $running_os"
|
||||
return
|
||||
echo "Exiting now."
|
||||
exit 1
|
||||
;;
|
||||
esac
|
||||
|
||||
|
||||
Reference in New Issue
Block a user