Compare commits
No commits in common. "30996cccfe7d5affddaade77822167d05e819981" and "ab0667e0a728fc534db93462036e9b0fcf9504a6" have entirely different histories.
30996cccfe
...
ab0667e0a7
@ -59,11 +59,11 @@ echo "Checking permissions in /config and /app."
|
||||
if [ -n "$(find /app \! -user ${PUID})" ] || [ -n "$(find /app \! -group ${PGID})" ]
|
||||
then
|
||||
echo "Fixing permissions for /app (this can take some time)."
|
||||
chown -R cronicle:cronicle /app || true
|
||||
chown -R cronicle:cronicle /app
|
||||
fi
|
||||
|
||||
if [ -n "$(find /config \! -user ${PUID})" ] || [ -n "$(find /config \! -group ${PGID})" ]
|
||||
then
|
||||
echo "Fixing permissions for /config (this can take some time)."
|
||||
chown -R cronicle:cronicle /config || true
|
||||
chown -R cronicle:cronicle /config
|
||||
fi
|
Loading…
x
Reference in New Issue
Block a user