Skip to content

Commit 7ba217c

Browse files
committed
update startup script
1 parent 2bb7c4a commit 7ba217c

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

start.sh

+2-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,8 @@
11
#!/bin/bash
22

33
# Copy contents of /app/config to /config
4-
cp -R /app/config/* /config
4+
cp -Rn /app/config/* /config
5+
chmod -R 777 /config
56

67
# Set default values for PUID, PGID, and UMASK
78
PUID=${PUID:-100}

0 commit comments

Comments
 (0)