mirror of
https://github.com/mrworf/plexupdate.git
synced 2025-08-21 05:43:20 -07:00
Final quoting fixes
This commit is contained in:
parent
e95078efff
commit
a43db693e0
1 changed files with 2 additions and 2 deletions
|
@ -260,9 +260,9 @@ configure_cron() {
|
||||||
echo
|
echo
|
||||||
echo -n "Installing daily cron job... "
|
echo -n "Installing daily cron job... "
|
||||||
if [ $EUID -ne 0 ]; then
|
if [ $EUID -ne 0 ]; then
|
||||||
sudo ln -sf ${FULL_PATH}/extras/cronwrapper "$CRONWRAPPER"
|
sudo ln -sf "${FULL_PATH}/extras/cronwrapper" "$CRONWRAPPER"
|
||||||
else
|
else
|
||||||
ln -sf ${FULL_PATH}/extras/cronwrapper "$CRONWRAPPER"
|
ln -sf "${FULL_PATH}/extras/cronwrapper" "$CRONWRAPPER"
|
||||||
fi
|
fi
|
||||||
echo "done"
|
echo "done"
|
||||||
elif [ -f "$CRONWRAPPER" -o -f "$CONFIGCRON" ]; then
|
elif [ -f "$CRONWRAPPER" -o -f "$CONFIGCRON" ]; then
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue