Bob Mottram 7 years ago
parent
commit
88f80ed6b4
1 changed files with 1 additions and 1 deletions
  1. 1
    1
      src/freedombone-utils-guile

+ 1
- 1
src/freedombone-utils-guile View File

195
                 guixbuilder$i;
195
                 guixbuilder$i;
196
     done
196
     done
197
 
197
 
198
-    GUIX_DAEMON=(find $INSTALL_DIR/guix -name guix-daemon.service)
198
+    GUIX_DAEMON=$(find $INSTALL_DIR/guix -name guix-daemon.service)
199
     if [ ! -f $GUIX_DAEMON ]; then
199
     if [ ! -f $GUIX_DAEMON ]; then
200
         echo $"$GUIX_DAEMON"
200
         echo $"$GUIX_DAEMON"
201
         echo $'No guix systemd daemon found'
201
         echo $'No guix systemd daemon found'