Skip to content

Commit

Permalink
Update which-reality.sh
Browse files Browse the repository at this point in the history
  • Loading branch information
ryananicholson authored Dec 13, 2022
1 parent b1c1da7 commit 0e6dd09
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion which-reality.sh
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ if [[ $1 == "deploy" ]]; then
exit 1
fi
echo -e "\033[32m[+] Creating the ${YOUR_USER_ID}-app Web App...\033[0m"
echo -e " Issuing command: \033[33maz webapp create --resource-group ${YOUR_USER_ID}-rg --plan ${YOUR_USER_ID}-plan --name ${YOUR_USER_ID}-app --runtime \"PHP|7.4\" --deployment-local-git\033[0m"
echo -e " Issuing command: \033[33maz webapp create --resource-group ${YOUR_USER_ID}-rg --plan ${YOUR_USER_ID}-plan --name ${YOUR_USER_ID}-app --runtime \"PHP|8.0\" --deployment-local-git\033[0m"
az webapp create --resource-group ${YOUR_USER_ID}-rg --plan ${YOUR_USER_ID}-plan --name ${YOUR_USER_ID}-app --runtime "PHP|8.0" --deployment-local-git >/dev/null 2>/dev/null
if [ $? -ne 0 ]; then
echo -e "\033[31m[!] ERROR CREATING WEB APP! Exiting...\033[0m"
Expand Down

0 comments on commit 0e6dd09

Please sign in to comment.