mirror of
https://github.com/vincentmli/bpfire.git
synced 2026-04-27 19:23:24 +02:00
finish core55.
This commit is contained in:
@@ -17,7 +17,7 @@
|
||||
# along with IPFire; if not, write to the Free Software #
|
||||
# Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA #
|
||||
# #
|
||||
# Copyright (C) 2011 IPFire-Team <info@ipfire.org>. #
|
||||
# Copyright (C) 2012 IPFire-Team <info@ipfire.org>. #
|
||||
# #
|
||||
############################################################################
|
||||
#
|
||||
@@ -34,7 +34,8 @@ done
|
||||
|
||||
#
|
||||
#Stop services
|
||||
|
||||
/etc/init.d/sshd stop
|
||||
/etc/init.d/apache stop
|
||||
|
||||
#
|
||||
#Extract files
|
||||
@@ -42,6 +43,8 @@ extract_files
|
||||
|
||||
#
|
||||
#Start services
|
||||
/etc/init.d/apache start
|
||||
/etc/init.d/sshd start
|
||||
|
||||
|
||||
#
|
||||
@@ -64,6 +67,9 @@ extract_files
|
||||
|
||||
sync
|
||||
|
||||
# This update need a reboot...
|
||||
touch /var/run/need_reboot
|
||||
|
||||
#
|
||||
#Finish
|
||||
/etc/init.d/fireinfo start
|
||||
|
||||
Reference in New Issue
Block a user