Web   ·   Wiki   ·   Activities   ·   Blog   ·   Lists   ·   Chat   ·   Meeting   ·   Bugs   ·   Git   ·   Translate   ·   Archive   ·   People   ·   Donate
summaryrefslogtreecommitdiffstats
path: root/commands/run
diff options
context:
space:
mode:
Diffstat (limited to 'commands/run')
-rwxr-xr-xcommands/run2
1 files changed, 2 insertions, 0 deletions
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