Explorar el Código

Update .devcontainer/postCreateCommand.sh

Co-authored-by: rugk <rugk+git@posteo.de>
Joe Skeen hace 2 años
padre
commit
10c6841f8a
Se han modificado 1 ficheros con 1 adiciones y 1 borrados
  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