We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7677f93 commit bbb6fe6Copy full SHA for bbb6fe6
1 file changed
Linux_Plex_Backup.sh
@@ -139,7 +139,7 @@ cleanup() {
139
fi
140
echo -e "\n\e[41mWARNING\e[0m Plex backup had errors! See error log:"
141
echo -e "\nWARNING Plex backup had errors! See error log:" >> "${Log_File}"
142
- echo -e "$(basename -- ${Err_Log_File})\n" |& tee -a "${Log_File}"
+ echo -e "$(basename -- "${Err_Log_File}")\n" |& tee -a "${Log_File}"
143
else
144
# Log and notify of backup success
145
echo -e "\nPlex backup completed successfully" |& tee -a "${Log_File}"
0 commit comments