This commit is contained in:
2021-08-14 15:19:35 +02:00
parent c560f37742
commit 72e54f1119
+1 -1
View File
@@ -18,7 +18,7 @@ if [ $? != 0 ]; then
fi
whiptail --msgbox "Installing packages" 7 23
cd plugins/germanairlinesva/fleet
cd ../plugins/germanairlinesva/fleet
yarn install
if [ $? != 0 ]; then
echo -e "\033[0;31mCould not install fleet packages"