aigenai commited on
Commit
fd8cdbb
·
verified ·
1 Parent(s): 7f49ed9

Update run.sh

Browse files
Files changed (1) hide show
  1. run.sh +4 -0
run.sh CHANGED
@@ -1,4 +1,8 @@
1
  #!/bin/bash
 
 
 
 
2
 
3
  # 确保以 postgres 用户身份运行
4
  if [ "$(id -u)" -ne 1000 ]; then
 
1
  #!/bin/bash
2
+ echo "============"
3
+ whoami
4
+ cat /etc/passwd
5
+ echo "============"
6
 
7
  # 确保以 postgres 用户身份运行
8
  if [ "$(id -u)" -ne 1000 ]; then