Typo
This commit is contained in:
parent
e8aa014c6c
commit
88f80ed6b4
|
@ -195,7 +195,7 @@ function install_guix {
|
||||||
guixbuilder$i;
|
guixbuilder$i;
|
||||||
done
|
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
|
if [ ! -f $GUIX_DAEMON ]; then
|
||||||
echo $"$GUIX_DAEMON"
|
echo $"$GUIX_DAEMON"
|
||||||
echo $'No guix systemd daemon found'
|
echo $'No guix systemd daemon found'
|
||||||
|
|
Loading…
Reference in New Issue