Skip to content
Snippets Groups Projects
Commit d23e6920 authored by Pierre Ozoux's avatar Pierre Ozoux
Browse files

codestyle

parent e2ea28ec
No related branches found
No related tags found
No related merge requests found
...@@ -49,7 +49,7 @@ case "$1" in ...@@ -49,7 +49,7 @@ case "$1" in
update) update)
if [ "$(pwd)" == "/libre.sh" ]; then if [ "$(pwd)" == "/libre.sh" ]; then
git pull 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/ cp /libre.sh/utils/* /opt/bin/
elif [ -n "$(systemctl_param)" ]; then elif [ -n "$(systemctl_param)" ]; then
git pull git pull
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment