fix: Quote variable reference
As recommended by ShellCheck.
This commit is contained in:
parent
29bd9290ef
commit
e322e039f3
@ -54,7 +54,7 @@ else
|
|||||||
add_config "build-users-group ="
|
add_config "build-users-group ="
|
||||||
sudo mkdir -p /etc/nix
|
sudo mkdir -p /etc/nix
|
||||||
sudo chmod 0755 /etc/nix
|
sudo chmod 0755 /etc/nix
|
||||||
sudo cp $workdir/nix.conf /etc/nix/nix.conf
|
sudo cp "$workdir/nix.conf" /etc/nix/nix.conf
|
||||||
fi
|
fi
|
||||||
|
|
||||||
if [[ $INPUT_INSTALL_OPTIONS != "" ]]; then
|
if [[ $INPUT_INSTALL_OPTIONS != "" ]]; then
|
||||||
|
Loading…
Reference in New Issue
Block a user