From a0b65ee79f9f5abdee931aa02a3018cb308f6c51 Mon Sep 17 00:00:00 2001 From: Daniel Narvaez Date: Sun, 25 Nov 2012 22:22:37 +0000 Subject: Check system directly in the commands --- (limited to 'commands/run') diff --git a/commands/run b/commands/run index 2bc3a31..c71fe66 100755 --- a/commands/run +++ b/commands/run @@ -5,6 +5,8 @@ helpersdir=$commandsdir/helpers rootdir=`dirname "$commandsdir"` display=`$helpersdir/find-free-display` +$commandsdir/check-system + if [ -f $rootdir/prefs ]; then source $rootdir/prefs fi -- cgit v0.9.1