Compare commits
No commits in common. "c560f377420a51ff20bd3d1b1610fb2423a1fd2d" and "5ced1b668d1d9c77e3f5d0078b9dd0096bf07e0b" have entirely different histories.
c560f37742
...
5ced1b668d
@ -17,48 +17,10 @@ if [ $? != 0 ]; then
|
||||
exit 1
|
||||
fi
|
||||
|
||||
whiptail --msgbox "Installing packages" 7 23
|
||||
cd plugins/germanairlinesva/fleet
|
||||
yarn install
|
||||
if [ $? != 0 ]; then
|
||||
echo -e "\033[0;31mCould not install fleet packages"
|
||||
exit 1
|
||||
fi
|
||||
cd ../graphql
|
||||
yarn install
|
||||
if [ $? != 0 ]; then
|
||||
echo -e "\033[0;31mCould not install graphql packages"
|
||||
exit 1
|
||||
fi
|
||||
cd ../react
|
||||
yarn install
|
||||
if [ $? != 0 ]; then
|
||||
echo -e "\033[0;31mCould not install react packages"
|
||||
exit 1
|
||||
fi
|
||||
cd ../routes
|
||||
yarn install
|
||||
if [ $? != 0 ]; then
|
||||
echo -e "\033[0;31mCould not install routes packages"
|
||||
exit 1
|
||||
fi
|
||||
cd ../schooling
|
||||
yarn install
|
||||
if [ $? != 0 ]; then
|
||||
echo -e "\033[0;31mCould not install schooling packages"
|
||||
exit 1
|
||||
fi
|
||||
cd ../social
|
||||
yarn install
|
||||
if [ $? != 0 ]; then
|
||||
echo -e "\033[0;31mCould not install social packages"
|
||||
exit 1
|
||||
fi
|
||||
|
||||
cd /var/www/ga
|
||||
cd ..
|
||||
|
||||
whiptail --msgbox "Setting ownership" 7 21
|
||||
chown www-data:www-data -R .
|
||||
chown www-data -R .
|
||||
if [ $? != 0 ]; then
|
||||
echo -e "\033[0;31mCould not set ownership to www-data"
|
||||
exit 1
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user