mirror of
				https://bitbucket.org/jsuto/piler.git
				synced 2025-10-31 22:12:26 +01:00 
			
		
		
		
	Fixed the place of PILER_CONFIG_DIR and CONFIG_SITE_PHP
Signed-off-by: Janos SUTO <sj@acts.hu>
This commit is contained in:
		| @@ -13,8 +13,6 @@ CRON_ORIG="/tmp/crontab.piler.orig" | ||||
| CRON_TMP="/tmp/crontab.piler" | ||||
| PILERCONF_TMP="/tmp/config.piler.88" | ||||
| SOCKET_HELPER_SCRIPT="aaa.pl" | ||||
| PILER_CONFIG_DIR="${SYSCONFDIR}/piler" | ||||
| CONFIG_SITE_PHP="${PILER_CONFIG_DIR}/config-site.php" | ||||
|  | ||||
| load_default_values() { | ||||
|    PILERUSER="piler" | ||||
| @@ -23,6 +21,9 @@ load_default_values() { | ||||
|    LIBEXECDIR=__LIBEXECDIR | ||||
|    DATAROOTDIR=__DATAROOTDIR | ||||
|  | ||||
|    PILER_CONFIG_DIR="${SYSCONFDIR}/piler" | ||||
|    CONFIG_SITE_PHP="${PILER_CONFIG_DIR}/config-site.php" | ||||
|  | ||||
|    KEYTMPFILE="piler.key" | ||||
|    KEYFILE="${PILER_CONFIG_DIR}/piler.key" | ||||
|  | ||||
|   | ||||
		Reference in New Issue
	
	Block a user