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'