mirror of
https://github.com/yquake2/yquake2remaster.git
synced 2025-03-26 04:41:33 +00:00
Resolve conflict in quake2-start.sh
This commit is contained in:
parent
38da4b8eee
commit
cdaf1ef5c4
1 changed files with 0 additions and 9 deletions
|
@ -24,15 +24,6 @@ ulimit -c unlimited
|
|||
# run quake 2
|
||||
./quake2 "$@"
|
||||
|
||||
<<<<<<< HEAD
|
||||
# if gnome-screensaver was running..
|
||||
if [ -n "$GSC_PID" ]; then
|
||||
echo "reactivating gnome screensaver"
|
||||
kill "$GSC_PID"
|
||||
fi
|
||||
|
||||
=======
|
||||
>>>>>>> f3edcfc... Reactivate gnome-screensaver and unclutter in the reverse order they are deactivated.
|
||||
# Continue unclutter
|
||||
if ps auxww | grep -q 'unclutter'; then
|
||||
echo 'reactivating unclutter'
|
||||
|
|
Loading…
Reference in a new issue