mirror of
https://github.com/iiab/iiab.git
synced 2025-03-09 15:40:17 +00:00
untabify iiab-update + 'systemctl stop calibre-web' output
This commit is contained in:
parent
1e1998cb14
commit
280cea8b9d
1 changed files with 58 additions and 57 deletions
|
@ -67,8 +67,9 @@
|
||||||
echo -e "\n\n\e[41;1mIn /usr/local/calibre-web-py3, (1) 'git branch' MUST show current branch 'master' and (2) 'git status' must show NO MODIFIED FILES.\e[0m\n\n"
|
echo -e "\n\n\e[41;1mIn /usr/local/calibre-web-py3, (1) 'git branch' MUST show current branch 'master' and (2) 'git status' must show NO MODIFIED FILES.\e[0m\n\n"
|
||||||
exit 1
|
exit 1
|
||||||
fi
|
fi
|
||||||
|
echo -e "\n\e[4mNow running: systemctl stop calibre-web\e[0m\n"
|
||||||
systemctl stop calibre-web
|
systemctl stop calibre-web
|
||||||
echo -e "\n\e[4mNow running: git pull https://github.com/iiab/calibre-web --no-rebase --no-edit\e[0m\n"
|
echo -e "\e[4mNow running: git pull https://github.com/iiab/calibre-web --no-rebase --no-edit\e[0m\n"
|
||||||
git pull https://github.com/iiab/calibre-web --no-rebase --no-edit
|
git pull https://github.com/iiab/calibre-web --no-rebase --no-edit
|
||||||
cd /opt/iiab/iiab
|
cd /opt/iiab/iiab
|
||||||
if [[ $1 == "-f" || $1 == "--fast" ]]; then
|
if [[ $1 == "-f" || $1 == "--fast" ]]; then
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue