mirror of
https://github.com/Radarr/Radarr
synced 2025-01-03 05:44:50 +00:00
removed comment from symlink script
parent
981a2ce4fe
commit
b40ec647c0
1 changed files with 1 additions and 1 deletions
|
@ -70,7 +70,7 @@ else
|
||||||
fi
|
fi
|
||||||
ORIGFILESIZE=$(stat -c%s "$LINKPATH")
|
ORIGFILESIZE=$(stat -c%s "$LINKPATH")
|
||||||
PERMFILESIZE=$(stat -c%s "$PERMPATH")
|
PERMFILESIZE=$(stat -c%s "$PERMPATH")
|
||||||
#env > /opt/radarr/Logs/env.log
|
|
||||||
sleep 30
|
sleep 30
|
||||||
while [ $PERMFILESIZE != $ORIGFILESIZE ]
|
while [ $PERMFILESIZE != $ORIGFILESIZE ]
|
||||||
do
|
do
|
||||||
|
|
Loading…
Reference in a new issue