mirror of
https://github.com/vincentmli/bpfire.git
synced 2026-04-26 02:42:58 +02:00
core57: add apache and squid to updater.
This commit is contained in:
1
config/rootfiles/core/57/filelists/apache2
Symbolic link
1
config/rootfiles/core/57/filelists/apache2
Symbolic link
@@ -0,0 +1 @@
|
||||
../../../common/apache2
|
||||
1
config/rootfiles/core/57/filelists/squid
Symbolic link
1
config/rootfiles/core/57/filelists/squid
Symbolic link
@@ -0,0 +1 @@
|
||||
../../../common/squid
|
||||
@@ -34,6 +34,8 @@ done
|
||||
|
||||
#
|
||||
#Stop services
|
||||
/etc/init.d/squid stop
|
||||
/etc/init.d/apache stop
|
||||
|
||||
#
|
||||
#Extract files
|
||||
@@ -42,6 +44,8 @@ extract_files
|
||||
|
||||
#
|
||||
#Start services
|
||||
/etc/init.d/squid start
|
||||
/etc/init.d/apache start
|
||||
|
||||
#
|
||||
#Update Language cache
|
||||
|
||||
Reference in New Issue
Block a user