WARNING: THIS SITE IS A MIRROR OF GITHUB.COM / IT CANNOT LOGIN OR REGISTER ACCOUNTS / THE CONTENTS ARE PROVIDED AS-IS / THIS SITE ASSUMES NO RESPONSIBILITY FOR ANY DISPLAYED CONTENT OR LINKS / IF YOU FOUND SOMETHING MAY NOT GOOD FOR EVERYONE, CONTACT ADMIN AT ilovescratch@foxmail.com
Skip to content

Commit be55c9c

Browse files
QubasaMic92
andauthored
Update src/nixos-anywhere.sh
Co-authored-by: Jörg Thalheim <[email protected]>
1 parent 68bd5a5 commit be55c9c

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

src/nixos-anywhere.sh

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -724,9 +724,7 @@ runKexec() {
724724
kexecUrl=${kexecUrl/"github.com"/"gh-v6.com"}
725725
fi
726726
727-
# Where does $remoteLogFile come from?
728-
# It's defined in the get-facts.sh script and imported via importFacts()
729-
# and generates a random temporary file path on the remote machine
727+
# remoteLogFile gets defined in the get-facts.sh script as temporary file path on the remote machine.
730728
# this makes it possible to fetch the log file in case kexec fails
731729
# as normal user without prompting for the sudo password again
732730
if [[ -z $remoteLogFile ]]; then

0 commit comments

Comments
 (0)