This commit is contained in:
Bob Mottram 2017-08-26 18:58:09 +01:00
parent e8aa014c6c
commit 88f80ed6b4
1 changed files with 1 additions and 1 deletions

View File

@ -195,7 +195,7 @@ function install_guix {
guixbuilder$i;
done
GUIX_DAEMON=(find $INSTALL_DIR/guix -name guix-daemon.service)
GUIX_DAEMON=$(find $INSTALL_DIR/guix -name guix-daemon.service)
if [ ! -f $GUIX_DAEMON ]; then
echo $"$GUIX_DAEMON"
echo $'No guix systemd daemon found'