Browse Source

fix: /bin/sh (#470)

Shuyoou 1 năm trước cách đây
mục cha
commit
126105d538
1 tập tin đã thay đổi với 1 bổ sung1 xóa
  1. 1 1
      scripts/login.sh

+ 1 - 1
scripts/login.sh

@@ -1,4 +1,4 @@
-#!/bin/bash
+#!/bin/sh
 
 read -p "Enter your Docker Hub username: " DOCKER_USERNAME
 read -sp "Enter your Docker Hub password: " DOCKER_PASSWORD