mirror of
https://github.com/ronggang/transmission-web-control.git
synced 2025-05-06 23:02:00 +00:00
Update install-tr-control.sh
Allow manual path to be submitted for "auto". eg: ./install-tr-control.sh auto /volume1/docker/transmission
This commit is contained in:
parent
3011d7c427
commit
f0ffba140c
@ -85,6 +85,7 @@ MSG_NON_ROOT_USER="Unable to confirm if it is currently root, the installation m
|
||||
# 是否自动安装
|
||||
if [ "$ARG1" = "auto" ]; then
|
||||
AUTOINSTALL=1
|
||||
ROOT_FOLDER=$2
|
||||
else
|
||||
ROOT_FOLDER=$ARG1
|
||||
fi
|
||||
|
Loading…
x
Reference in New Issue
Block a user