mirror of
https://github.com/vincentmli/bpfire.git
synced 2026-04-11 11:35:54 +02:00
Chmod esniper home to 777 (second try)
This commit is contained in:
@@ -82,11 +82,8 @@ $(TARGET) : $(patsubst %,$(DIR_DL)/%,$(objects))
|
||||
cd $(DIR_APP) && ./configure --prefix=/usr
|
||||
cd $(DIR_APP) && make $(MAKETUNING)
|
||||
cd $(DIR_APP) && make install
|
||||
|
||||
-mkdir /srv/web/esniper
|
||||
tar xvfz $(DIR_DL)/es-f_1.0.0.tgz -C /srv/web/esniper
|
||||
chown -Rv nobody.nobody /srv/web/esniper
|
||||
chmod -Rv 755 /srv/web/esniper
|
||||
chmod -v 777 /srv/web/esniper
|
||||
@rm -rf $(DIR_APP)
|
||||
@$(POSTBUILD)
|
||||
|
||||
@@ -23,4 +23,6 @@
|
||||
#
|
||||
. /opt/pakfire/lib/functions.sh
|
||||
extract_files
|
||||
chmod 777 /srv/web/esniper
|
||||
chown nobody.nobody /srv/web/esniper
|
||||
/etc/init.d/apache reload
|
||||
|
||||
Reference in New Issue
Block a user