Skip to content

Commit

Permalink
Remove trailing whitespace from scripts
Browse files Browse the repository at this point in the history
Signed-off-by: Stephen Smoogen <[email protected]>
  • Loading branch information
Stephen Smoogen committed Dec 7, 2023
1 parent 89c5ebc commit 54d8744
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion initoverlayfs.spec
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ install -D -m755 lib/dracut/modules.d/81initoverlayfs/module-setup.sh $RPM_BUILD
%files
%license LICENSE
%doc README.md
%attr(0755,root,root)
%attr(0755,root,root)
%{_bindir}/initoverlayfs-install
%{_prefix}/sbin/storage-init
%{_prefix}/lib/dracut/modules.d/81initoverlayfs/
Expand Down
2 changes: 1 addition & 1 deletion scripts/build.sh
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,7 @@ extract_initrd_into_initoverlayfs() {
fi
}

cd
cd
#epoch=$(date +%s)
# systemd-analyze > systemd-analyze$epoch.txt
#journalctl --output=short-monotonic > journalctl$epoch.txt
Expand Down

0 comments on commit 54d8744

Please sign in to comment.