tidy up paths, making them absolute

This commit is contained in:
sparklyballs 2015-08-20 17:52:03 +01:00
parent c14016360f
commit d1df7ea39d

View File

@ -47,8 +47,8 @@ sed -i "s/error_reporting = .*$/error_reporting = E_ERROR | E_WARNING | E_PARSE/
# mv config files
mv /defaults/envvars /etc/apache2/envvars && \
mv /defaults/apache-config.conf /etc/apache2/sites-enabled/000-default.conf && \
mv defaults/cronjob /cronfile/cronjob && \
mv /defaults/apache-config.conf /etc/apache2/sites-enabled/000-default.conf && \
mv /defaults/cronjob /cronfile/cronjob && \
#set permissions on cronfile for abc
chown -R abc:abc /cronfile