codestyle
This commit is contained in:
parent
e2ea28ec21
commit
d23e69201f
1 changed files with 1 additions and 1 deletions
|
@ -49,7 +49,7 @@ case "$1" in
|
|||
update)
|
||||
if [ "$(pwd)" == "/libre.sh" ]; then
|
||||
git pull
|
||||
cp /libre.sh/unit-files/* /etc/systemd/system && systemctl daemon-reload &&\
|
||||
cp /libre.sh/unit-files/* /etc/systemd/system && systemctl daemon-reload
|
||||
cp /libre.sh/utils/* /opt/bin/
|
||||
elif [ -n "$(systemctl_param)" ]; then
|
||||
git pull
|
||||
|
|
Loading…
Reference in a new issue