Hello Neil,

Thanks for your feedback with installing Bacularis on FreeBSD.

It looks that in your environment this script uses the default FreeBSD
shell /bin/sh (or any other) that does not support arrays.

This is the Bash script so to use it you need to install Bash:

# pkg install bash

After that you need to update shebang in the install.sh script to:

#!/usr/local/bin/bash

Once it is done, it should start working well. In case problems, please let
us know.

Good luck!

Best regards,
Marcin Haba (gani)

On Tue, 9 Apr 2024 at 02:38, Neil Balchin <n...@neilandjo.com> wrote:

> I’ve installed Bacula in a Freebsd Jail and all is well,  Also installed
> Apache24, and the requisite php mods to run bacularis.
>
> I’ve followed the manual instructions to the letter but when I get to the
> install.sh step I get this error output :
>
> root@Bacula1:/usr/local/www/bacularis/protected/tools # sh ./install.sh
> -p /tmp/php-fpm.sock
>
>
> +===================================================+
>
> |      Welcome in the Bacularis install script      |
>
> +---------------------------------------------------+
>
> |  This script will help you to adjust privileges   |
>
> |  for Bacularis files and it will prepare          |
>
> |  configuration files for popular web servers.     |
>
> +---------------------------------------------------+
>
>
>
> ./install.sh: 34: Syntax error: word unexpected (expecting ")")
>
> root@Bacula1:/usr/local/www/bacularis/protected/tools #
>
>
>
>
> _______________________________________________
> Bacula-users mailing list
> Bacula-users@lists.sourceforge.net
> https://lists.sourceforge.net/lists/listinfo/bacula-users
>


-- 

"Greater love hath no man than this, that a man lay down his life for
his friends." Jesus Christ

"Większej miłości nikt nie ma nad tę, jak gdy kto życie swoje kładzie
za przyjaciół swoich." Jezus Chrystus
_______________________________________________
Bacula-users mailing list
Bacula-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/bacula-users

Reply via email to