]> git.ipfire.org Git - people/pmueller/ipfire-2.x.git/blobdiff - src/paks/mpfire/update.sh
Update mldonkey openssh openssl ntfs-3g nfs and hdparm
[people/pmueller/ipfire-2.x.git] / src / paks / mpfire / update.sh
index 82a5403f58ff626d56e5898583aa425c51013e75..800bd919cb44e10e70389650aed54e592afd1452 100644 (file)
@@ -1,5 +1,8 @@
 #!/bin/bash
 . /opt/pakfire/lib/functions.sh
 
-make_backup mpfire
-restore_backup mpfire
+stop_service ${NAME}
+make_backup ${NAME}
+extract_files
+restore_backup ${NAME}
+start_service --delay 60 --background ${NAME}