mirror of
https://github.com/KDE/kde-linux.git
synced 2026-04-21 15:08:18 -04:00
live generator: don't error out when not in a live session
it's perfectly normal!
This commit is contained in:
@@ -14,7 +14,7 @@ late_dir=$3
|
||||
|
||||
if ! grep "kde-linux.live=1" /proc/cmdline; then
|
||||
echo "kde-linux.live=1 not in cmdline"
|
||||
exit 1
|
||||
exit 0
|
||||
fi
|
||||
|
||||
if [ "$(readlink --canonicalize /dev/disk/by-label/KDELinuxLive)" != "$(readlink --canonicalize /dev/gpt-auto-root)" ]; then
|
||||
|
||||
Reference in New Issue
Block a user