Remove Airplane as discontinued (#1615)

This commit is contained in:
Jawa_Juice
2022-07-19 09:23:01 -04:00
committed by GitHub
parent 9210044b8d
commit a0a046f9f6
3 changed files with 2 additions and 64 deletions
-4
View File
@@ -227,10 +227,6 @@ case "${TYPE^^}" in
exec "${SCRIPTS:-/}start-deployPurpur" "$@"
;;
AIRPLANE)
exec "${SCRIPTS:-/}start-deployAirplane" "$@"
;;
PUFFERFISH)
exec "${SCRIPTS:-/}start-deployPufferfish" "$@"
;;