Update start.sh

This commit is contained in:
Pawan Osman
2024-04-14 18:34:19 +03:00
committed by GitHub
parent d1a817c94d
commit 11908a2dda
+1 -1
View File
@@ -1,4 +1,4 @@
#!/bin/bash
#!/bin/sh
if [ ! -d "node_modules" ]; then
echo "Installing npm packages..."