mirror of
https://github.com/louislam/uptime-kuma.git
synced 2024-11-27 16:54:04 +00:00
check back to root user for Debian, until problem has been found (#488)
This commit is contained in:
parent
182bdf13a7
commit
87a4748b40
1 changed files with 2 additions and 2 deletions
|
@ -2,8 +2,8 @@
|
||||||
|
|
||||||
# set -e Exit the script if an error happens
|
# set -e Exit the script if an error happens
|
||||||
set -e
|
set -e
|
||||||
PUID=${PUID=1000}
|
PUID=${PUID=0}
|
||||||
PGID=${PGID=1000}
|
PGID=${PGID=0}
|
||||||
|
|
||||||
files_ownership () {
|
files_ownership () {
|
||||||
# -h Changes the ownership of an encountered symbolic link and not that of the file or directory pointed to by the symbolic link.
|
# -h Changes the ownership of an encountered symbolic link and not that of the file or directory pointed to by the symbolic link.
|
||||||
|
|
Loading…
Reference in a new issue