Bob Mottram 7 年之前
父節點
當前提交
88f80ed6b4
共有 1 個檔案被更改,包括 1 行新增1 行删除
  1. 1
    1
      src/freedombone-utils-guile

+ 1
- 1
src/freedombone-utils-guile 查看文件

@@ -195,7 +195,7 @@ function install_guix {
195 195
                 guixbuilder$i;
196 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 199
     if [ ! -f $GUIX_DAEMON ]; then
200 200
         echo $"$GUIX_DAEMON"
201 201
         echo $'No guix systemd daemon found'