update
This commit is contained in:
@@ -637,6 +637,8 @@ UPDATESERVICE(){
|
||||
/bin/tar czpfP $bak /opt/${usrvc^} >> ${MMFOLDER}/logs/${usrvc}.update
|
||||
if [ "${usrvc}" == "ombi" ]; then
|
||||
/bin/tar xfP ${tmpfile} -C /opt/${usrvc^} >> ${MMFOLDER}/logs/${usrvc}.update
|
||||
elif [ "${usrvc}" == "bazarr" ]; then
|
||||
/usr/bin/unzip -qq ${tmpfile} -d /opt/${usrvc^}
|
||||
else
|
||||
/bin/tar xfP ${tmpfile} -C /opt >> ${MMFOLDER}/logs/${usrvc}.update
|
||||
fi
|
||||
|
||||
Reference in New Issue
Block a user