Skip to content

Commit

Permalink
Update .gitpod.yml
Browse files Browse the repository at this point in the history
Co-authored-by: delvh <dev.lh@web.de>
  • Loading branch information
yardenshoham and delvh committed Feb 28, 2023
1 parent 13bc9ab commit 0c2878c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .gitpod.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ tasks:
- name: Run backend
command: |
gp sync-await setup
if [[ ! -f custom/conf/app.ini ]]
if [ ! -f custom/conf/app.ini ]
then
mkdir -p custom/conf/
echo -e "[server]\nROOT_URL=$(gp url 3000)/" > custom/conf/app.ini
Expand Down

0 comments on commit 0c2878c

Please sign in to comment.