Unverified Commit dbbe27cb authored by Igor Pečovnik's avatar Igor Pečovnik Committed by GitHub
Browse files

typo

parent 0a6addd8
...@@ -785,7 +785,7 @@ fancy_wget "$wgeturl" "-O ${TEMP_DIR}/syncthing-inotify.tgz" ...@@ -785,7 +785,7 @@ fancy_wget "$wgeturl" "-O ${TEMP_DIR}/syncthing-inotify.tgz"
tar xf ${TEMP_DIR}/syncthing.tgz -C ${TEMP_DIR} tar xf ${TEMP_DIR}/syncthing.tgz -C ${TEMP_DIR}
tar xf ${TEMP_DIR}/syncthing-inotify.tgz -C /usr/bin tar xf ${TEMP_DIR}/syncthing-inotify.tgz -C /usr/bin
cp -R ${TEMP_DIR}/syncthing-linux*/syncthing* /usr/bin/ cp -R ${TEMP_DIR}/syncthing-linux*/syncthing* /usr/bin/
+cp ${TEMP_DIR}/syncthing-linux*/etc/linux-systemd/system/syncthing* /etc/systemd/system/ cp ${TEMP_DIR}/syncthing-linux*/etc/linux-systemd/system/syncthing* /etc/systemd/system/
cp /etc/systemd/system/syncthing@.service /etc/systemd/system/syncthing-inotify@.service cp /etc/systemd/system/syncthing@.service /etc/systemd/system/syncthing-inotify@.service
# adjust service for inotify # adjust service for inotify
......
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment