mirror of
https://github.com/ChuckPa/PlexDBRepair.git
synced 2025-11-27 21:22:23 -05:00
v1.07.00
1. Add MacOS start/stop functionality from menu. 2. Cleanup & dead code removal
This commit is contained in:
@@ -949,11 +949,11 @@ Enter command # -or- command name (4 char min) :
|
||||
# This script grants the given syno username (your username)
|
||||
# the ability to elevate to 'root' privilege for use with DBRepair.sh
|
||||
#
|
||||
# Set your desired Syno username here (no spaces)
|
||||
MyUsername=chuck
|
||||
# Set your desired Syno username here (no spaces in the username)
|
||||
MyUsername="chuck"
|
||||
|
||||
# Confirm username exists
|
||||
if [ "$(id $MyUsername)" = "" ]; then
|
||||
if [ "$(id "$MyUsername")" = "" ]; then
|
||||
echo ERROR: No such user \'$MyUsername\'
|
||||
exit 1
|
||||
fi
|
||||
|
||||
Reference in New Issue
Block a user