diff --git a/roswww_static/update b/roswww_static/update index 17c88aee..d6d71f89 100755 --- a/roswww_static/update +++ b/roswww_static/update @@ -24,6 +24,7 @@ www = rospkg.get_ros_home() + '/www' index_file = None # rospy.get_param('~index_file', None) default_package = None # rospy.get_param('~default_package', None) +print('roswww_static: putting symlinks to ', www) shutil.rmtree(www, ignore_errors=True) # reset www directory content os.mkdir(www)