mirror of
https://github.com/SinTan1729/random.git
synced 2024-12-25 20:58:37 -06:00
fix: Initial location for movie management
This commit is contained in:
parent
50af9d5762
commit
810ed3cb84
1 changed files with 1 additions and 0 deletions
|
@ -14,6 +14,7 @@ elif [ "$3" == "fin" ]; then
|
||||||
message="Finished: [$size] $name"
|
message="Finished: [$size] $name"
|
||||||
|
|
||||||
if [ "$4" == "movie" ]; then
|
if [ "$4" == "movie" ]; then
|
||||||
|
cd /downloads/.config/
|
||||||
item=${5/\/downloads\//\.\.\/}
|
item=${5/\/downloads\//\.\.\/}
|
||||||
if [ -f "$item" ]; then
|
if [ -f "$item" ]; then
|
||||||
cp -l "$item" ../Temp/
|
cp -l "$item" ../Temp/
|
||||||
|
|
Loading…
Reference in a new issue