initial commit of file from CVS for e-smith-apache on Wed 12 Jul 08:48:55 BST 2023
This commit is contained in:
13
root/sbin/e-smith/systemd/httpd-e-smith-prepare
Normal file
13
root/sbin/e-smith/systemd/httpd-e-smith-prepare
Normal file
@@ -0,0 +1,13 @@
|
||||
#!/bin/sh
|
||||
#----------------------------------------------------------------------
|
||||
# copyright (C) 1999-2005 Mitel Networks Corporation
|
||||
#----------------------------------------------------------------------
|
||||
|
||||
if ! test -e /home/e-smith/files/ibays/Primary/html
|
||||
then
|
||||
# Make sure that DocumentRoot directory exists
|
||||
mkdir -p /home/e-smith/files/ibays/Primary/html
|
||||
chown admin.shared /home/e-smith/files/ibays/Primary/html
|
||||
chmod 02750 /home/e-smith/files/ibays/Primary/html
|
||||
fi
|
||||
|
Reference in New Issue
Block a user