Update run.sh
Browse files
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
|