Skip to content

Commit 301c706

Browse files
committed
Revert "Run mount script with sudo"
This reverts commit b48d6d2.
1 parent 26c4233 commit 301c706

File tree

1 file changed

+2
-5
lines changed

1 file changed

+2
-5
lines changed

entrypoint.sh

+2-5
Original file line numberDiff line numberDiff line change
@@ -4,11 +4,8 @@ set -e
44
# Get env vars in the Dockerfile to show up in the SSH session
55
eval $(printenv | sed -n "s/^\([^=]\+\)=\(.*\)$/export \1=\2/p" | sed 's/"/\\\"/g' | sed '/=/s//="/' | sed 's/$/"/' >> /etc/profile)
66

7-
# Print the current user
8-
echo "Running as user: $(whoami)"
9-
107
# Mount Azure File Share
11-
sudo /usr/local/bin/mount-azure-file-share.sh
8+
/usr/local/bin/mount-azure-file-share.sh
129

1310
echo "Starting SSH ..."
1411
/usr/sbin/sshd
@@ -65,4 +62,4 @@ else
6562
fi
6663

6764
chmod +x /usr/local/bin/ojs-start
68-
ojs-start
65+
ojs-start

0 commit comments

Comments
 (0)