mirror of
https://github.com/nextcloud/docker.git
synced 2025-04-18 09:56:09 +02:00
Update entrypoint.sh
Signed-off-by: sjk1436 <127378182+sjk1436@users.noreply.github.com>
This commit is contained in:
parent
4daafc8d20
commit
c37b0caed2
1 changed files with 1 additions and 1 deletions
|
@ -10,7 +10,7 @@ version_greater() {
|
|||
directory_empty() {
|
||||
[ -z "$(ls -A "$1/")" ]
|
||||
}
|
||||
|
||||
echo " nothing "
|
||||
run_as() {
|
||||
if [ "$(id -u)" = 0 ]; then
|
||||
su -p "$user" -s /bin/sh -c "$1"
|
||||
|
|
Loading…
Add table
Reference in a new issue