Explicitly add a probable issue to follow up

This commit is contained in:
flow.gunso
2019-04-19 13:46:37 +02:00
parent 79a58b200d
commit 8a79d04d8c

View File

@@ -25,7 +25,7 @@ if [ -z $SEAF_LIBRARY_UUID ]; then echo "The \$SEAF_LIBRARY_UUID was not defined
# Update the user ID, if the $UID changed. # Update the user ID, if the $UID changed.
if [ "$UID" != "1000" ]; then if [ "$UID" != "1000" ]; then
usermod -u $UID $UNAME usermod -u $UID $UNAME
# What if the $UID already exists ? # TODO: What if the $UID already exists ?
fi fi
# Change the group, if the $GID changed. # Change the group, if the $GID changed.