Kaynağa Gözat

Update .devcontainer/postCreateCommand.sh

Co-authored-by: rugk <rugk+git@posteo.de>
Joe Skeen 2 yıl önce
ebeveyn
işleme
10c6841f8a
1 değiştirilmiş dosya ile 1 ekleme ve 1 silme
  1. 1 1
      .devcontainer/postCreateCommand.sh

+ 1 - 1
.devcontainer/postCreateCommand.sh

@@ -1,4 +1,4 @@
-#!/bin/bash
+#!/bin/sh
 
 composer install --no-dev --optimize-autoloader
 sudo chmod a+x "$(pwd)" && sudo rm -rf /var/www/html && sudo ln -s "$(pwd)" /var/www/html