hopefully more robust, as we've seen this file to be interpreted by bash on PLE
[plcapi.git] / plc.d / accessors
index ee13adb..7dc417d 100755 (executable)
@@ -1,4 +1,4 @@
-#!/usr/bin/plcsh
+#!/usr/bin/python /usr/bin/plcsh
 # -*- python -*-
 
 #
@@ -8,7 +8,6 @@
 from PLC.Accessor import AccessorSingleton
 
 if __name__ == '__main__':
-    print "Ensuring creationg of accessor tags"
-    print 'api=%r'%api
+    print "service plc start accessors : ensuring creation and consistency of accessor tags"
     AccessorSingleton(api).run_all_tag_locators()